From bbee23aa534c2e0819fe09739d8f24b5f22775e5 Mon Sep 17 00:00:00 2001 From: micah Date: Sat, 22 Apr 2006 21:31:34 +0000 Subject: [PATCH] The helper didn't display the key properly, and I couldn't figure out how to get it to do so, so I just removed that piece ;) git-svn-id: http://code.autistici.org/svn/backupninja/trunk@388 758a04ac-41e6-0310-8a23-8373a73cc35d --- handlers/dup.helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/dup.helper b/handlers/dup.helper index 81c6ad1..e1d481a 100644 --- a/handlers/dup.helper +++ b/handlers/dup.helper @@ -207,10 +207,10 @@ do_dup_gpg() { [ $? = 0 ] || return 1 elif [ "$dup_gpg_sign" == "yes" ]; then if [ -z "$dup_gpg_signkey" ]; then - do_dup_gpg_passphrase "unlock the GnuPG 0x$dup_gpg_signkey key used to sign the backups" + do_dup_gpg_passphrase "unlock the GnuPG key used to sign the backups" [ $? = 0 ] || return 1 else - do_dup_gpg_passphrase "unlock the GnuPG 0x$dup_gpg_encryptkey key used to sign the backups" + do_dup_gpg_passphrase "unlock the GnuPG key used to sign the backups" [ $? = 0 ] || return 1 fi fi -- 2.30.2