Improved show passphrase feature
This commit is contained in:
parent
329b98b3aa
commit
16ab6d0e6b
3 changed files with 21 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue