Another batch
This commit is contained in:
parent
120c2649c0
commit
de8e808e99
|
@ -307,7 +307,7 @@ if [ ${#CURR_PASSWORD} -eq 0 ]; then
|
||||||
echo ""
|
echo ""
|
||||||
exit 4
|
exit 4
|
||||||
else
|
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}"
|
remove_padding "${pass}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue