mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix expect script timeout
This commit is contained in:
parent
b7ddbc48b1
commit
87d8808c2d
@ -24,7 +24,7 @@ if { [info exists env(PASSPHRASE) ] } {
|
||||
# Run the desired command
|
||||
spawn {*}$command
|
||||
expect {
|
||||
-nocase "enter passphrase: " {
|
||||
-nocase "enter passphrase:" {
|
||||
send -- "$passphrase\r"
|
||||
exp_continue
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user