Another batch
This commit is contained in:
parent
120c2649c0
commit
de8e808e99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue