From 0ead82b465d80f0b8187854b5c17859932e83766 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 May 2010 11:39:37 -0300 Subject: Trying to sort out why reprepro-export-key is not working (8) --- templates/reprepro-export-key.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index f3bd846..8732487 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -1,6 +1,6 @@ #!/bin/bash -/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -n 1 &> <%= basedir %>/key.log +/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 &> <%= basedir %>/key.log KEY="`/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -n 1`" -- cgit v1.2.3