diff --git a/duplicity-backup.sh b/duplicity-backup.sh index ef7aa12..9a2fbbf 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -594,7 +594,7 @@ setup_passphrase() { if [ ! -z "${GPG_ENC_KEY}" -a ! -z "${GPG_SIGN_KEY}" -a "${GPG_ENC_KEY}" != "${GPG_SIGN_KEY}" ]; then echo -n "Please provide the passphrase for decryption (GPG key 0x${GPG_ENC_KEY}): " - builtin read -s ENCPASSPHRASE + builtin read -s -r ENCPASSPHRASE echo -ne "\n" PASSPHRASE=${ENCPASSPHRASE} export PASSPHRASE