Improved show passphrase feature

This commit is contained in:
Sun Knudsen 2021-06-10 22:15:15 -04:00
parent 329b98b3aa
commit 16ab6d0e6b
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
3 changed files with 21 additions and 13 deletions

View file

@ -165,6 +165,8 @@ read_passphrase () {
read -r answer
if [ "$answer" = "y" ]; then
printf "%s\n" $data
printf "$bold%s$normal\n" "Press enter to continue"
read -r answer
fi
}