summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/reprepro-export-key.sh.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb
index c048dc1..e6f9d0b 100644
--- a/templates/reprepro-export-key.sh.erb
+++ b/templates/reprepro-export-key.sh.erb
@@ -1,5 +1,7 @@
#!/bin/bash
+/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys > <%= basedir %>/key.log
+
KEY="`/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -1`"
if [ ! -z "$KEY" ]; then