From 5a8d1ab811805093455845df18217c0bd672e240 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 4 Sep 2016 22:05:01 +0200 Subject: [PATCH] Another typo bites the dust --- dev/n_obackup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/n_obackup.sh b/dev/n_obackup.sh index 73ecba1..4090911 100755 --- a/dev/n_obackup.sh +++ b/dev/n_obackup.sh @@ -1038,12 +1038,11 @@ function DecryptFiles { exit 1 fi - TODO: ugly fix : gpg 1.4.x fails with passphrase-file but not with passphrase (error is: can't query passphrase in batch mode) + #TODO: ugly fix : gpg 1.4.x fails with passphrase-file but not with passphrase (error is: can't query passphrase in batch mode) if [ "$CRYPT_TOOL" == "gpg2" ] && [ -f "$passphraseFile" ]; then secret="--passphrase-file $passphraseFile" elif [ "$CRYPT_TOOL" == "gpg" ] && [ -f "$passphraseFile" ]; then secret="$$passphrase $(cat "$passphraseFile")" - #if [ -f "$passphraseFile" ]; then # secret="--passphrase-file $passphraseFile" elif [ "$passphrase" != "" ]; then