diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 00:56:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-09 00:56:00 -0300 |
commit | 6e5830f77c2bbc3937690c0f964d104582889465 (patch) | |
tree | cd29814f92bae9eb967b408e64a2666402c2a6c0 /templates | |
parent | 5d92c6169661a5833bdc73df738e1a6a36840f23 (diff) |
Minor changes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/reprepro-export-key.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index ecd2cf2..52e277c 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 | cut -d : -f 5 | head -1`" +KEY="`/usr/bin/gpg --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 |