From: Silvio Rhatto Date: Sun, 9 May 2010 14:28:49 +0000 (-0300) Subject: Trying to sort out why reprepro-export-key is not working (7) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ec1303d1569ded6888a04830be97b9d2bbd65a9b;p=puppet-reprepro.git Trying to sort out why reprepro-export-key is not working (7) --- diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index 616e77d..c048dc1 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -1,7 +1,5 @@ #!/bin/bash -/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="`/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