]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 May 2010 03:33:55 +0000 (00:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 May 2010 03:33:55 +0000 (00:33 -0300)
templates/reprepro-export-key.sh.erb

index f6584ae7644013666a7da9733065be7c75a1d672..e547408722c60e255050ce509b861eb8bf4ddaae 100644 (file)
@@ -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