mirror of
https://github.com/octoleo/Purse.git
synced 2024-12-28 20:12:38 +00:00
Undo match username to EOL: breaks read all pwds
This commit is contained in:
parent
42f664e920
commit
072dac54e9
2
pwd.sh
2
pwd.sh
@ -87,7 +87,7 @@ read_pass () {
|
|||||||
get_pass "
|
get_pass "
|
||||||
Enter password to unlock ${safe}: "
|
Enter password to unlock ${safe}: "
|
||||||
printf "\n\n"
|
printf "\n\n"
|
||||||
decrypt ${password} ${safe} | grep " ${username}$" || fail "Decryption failed"
|
decrypt ${password} ${safe} | grep " ${username}" || fail "Decryption failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user