mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
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 ;)
This commit is contained in:
parent
cb0d7cbdb0
commit
e39338a4d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user