Improved show passphrase feature
This commit is contained in:
parent
329b98b3aa
commit
16ab6d0e6b
3 changed files with 21 additions and 13 deletions
|
@ -147,6 +147,12 @@ expect {
|
|||
$passphrase
|
||||
}
|
||||
|
||||
expect {
|
||||
-re {Press enter to continue} {
|
||||
test_send "\r"
|
||||
}
|
||||
}
|
||||
|
||||
expect {
|
||||
-re {SHA512 short hash: .+?([a-f0-9]{8})} {
|
||||
set short_hash $expect_out(1,string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue