diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 11:13:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 11:13:06 -0300 |
commit | fbfb373ed119dee56edd0e1fc005763838ec3157 (patch) | |
tree | 325ba5960ab43d0565c40fc86c42315de5ba880b /templates | |
parent | 613227e7405d529ce75a823f420e686f95f6e5ea (diff) | |
download | puppet-reprepro-fbfb373ed119dee56edd0e1fc005763838ec3157.tar.gz puppet-reprepro-fbfb373ed119dee56edd0e1fc005763838ec3157.tar.bz2 |
Trying to sort out why reprepro-export-key is not working (4)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/reprepro-export-key.sh.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index 77a60c1..c048dc1 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -1,7 +1,6 @@ #!/bin/bash -#KEY="`/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -1 &> <%= basedir %>/key.log`" -KEY="`gpg --with-colon --list-secret-keys | cut -d : -f 5 | head -1`" +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 /usr/bin/gpg --export --armor $KEY > <%= basedir %>/key.asc |