mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Fix expect script hang
This commit is contained in:
parent
3a914619ce
commit
06e6980eaf
@ -23,7 +23,7 @@ if { [info exists env(PASSPHRASE) ] } {
|
||||
# Run the desired command
|
||||
spawn {*}$command
|
||||
expect {
|
||||
-exact -nocase "enter passphrase: " {
|
||||
-nocase "enter passphrase: " {
|
||||
send -- "$passphrase\r"
|
||||
exp_continue
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user