mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 00:17:29 -02:30
Disable timeout and correct sign.exp error
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
# Helper script to respond to passphrase prompts from the gpg command.
|
# Helper script to respond to passphrase prompts from the gpg command.
|
||||||
#
|
#
|
||||||
|
|
||||||
set timeout 600
|
# Disable timeout
|
||||||
|
set timeout -1
|
||||||
|
|
||||||
# Optionally print usage message
|
# Optionally print usage message
|
||||||
if {[llength $argv] <= 0} {
|
if {[llength $argv] <= 0} {
|
||||||
@@ -28,7 +29,7 @@ expect {
|
|||||||
exp_continue
|
exp_continue
|
||||||
}
|
}
|
||||||
timeout {
|
timeout {
|
||||||
puts "[error] expect timeout"
|
puts "expect timeout"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
eof { }
|
eof { }
|
||||||
|
|||||||
Reference in New Issue
Block a user