Another batch

This commit is contained in:
Bob Mottram 2017-06-24 21:08:40 +01:00
parent 120c2649c0
commit de8e808e99
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ if [ ${#CURR_PASSWORD} -eq 0 ]; then
echo ""
exit 4
else
pass=$(gpg -dq --passphrase "$MASTER_PASSWORD" ~/.passwords/$CURR_USERNAME/$CURR_APP)
pass=$(gpg --batch -dq --passphrase "$MASTER_PASSWORD" ~/.passwords/$CURR_USERNAME/$CURR_APP)
remove_padding "${pass}"
fi
else