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