updated script

This commit is contained in:
konrad 2019-01-21 22:33:19 +01:00
parent 3e5d9a3038
commit 128f9b36b2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 5 deletions

View File

@ -8,9 +8,9 @@ expect {
send -- "$passphrase\r"
}
}
expect {
"*passphrase:*" {
send -- "$passphrase\r"
}
}
# expect {
# "*passphrase:*" {
# send -- "$passphrase\r"
# }
# }
interact