diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/reprepro-export-key.sh.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index f6584ae..e547408 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -1,4 +1,4 @@ #!/bin/bash -KEY="`gpg --with-colon --list-secret-keys | cut -d : -f 5 | head -1`" -gpg --export -a $KEY > <%= basedir %>/key.asc +KEY="`/usr/bin/gpg --with-colon --list-secret-keys | cut -d : -f 5 | head -1`" +/usr/bin/gpg --export -a $KEY > <%= basedir %>/key.asc |