diff options
author | James Laska <jlaska@ansible.com> | 2015-09-09 19:07:09 +0200 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2015-09-09 19:07:09 +0200 |
commit | 87d8808c2d56cedefb216301e62d2b281128006e (patch) | |
tree | a9e87c6792f968c39189ad8f35bf76faeb333a17 /tools | |
parent | Disable timeout and correct sign.exp error (diff) | |
download | awx-87d8808c2d56cedefb216301e62d2b281128006e.tar.xz awx-87d8808c2d56cedefb216301e62d2b281128006e.zip |
Fix expect script timeout
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/scripts/sign.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scripts/sign.exp b/tools/scripts/sign.exp index c33e70bbde..68167ac1aa 100755 --- a/tools/scripts/sign.exp +++ b/tools/scripts/sign.exp @@ -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 } |