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

View File

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