diff options
author | Dan Klein <danklei@cisco.com> | 2015-10-12 08:45:06 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-10-12 08:45:06 +0300 |
commit | fba9663980d600d9c54c90f5ebd4afc346a007db (patch) | |
tree | 2b83fedde188e442ebc8e54eac00e4d33decafe5 /scripts/automation/sshpass.exp | |
parent | ca479ac9bb1e4d1a5953e9d121ab39a29f7b8b8e (diff) | |
parent | e6bf849809c1ff84eb887973576611f2457774eb (diff) |
Merge branch 'dan_stateless' into dan_latest
Diffstat (limited to 'scripts/automation/sshpass.exp')
-rwxr-xr-x | scripts/automation/sshpass.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/automation/sshpass.exp b/scripts/automation/sshpass.exp index f27210c8..3b5ce560 100755 --- a/scripts/automation/sshpass.exp +++ b/scripts/automation/sshpass.exp @@ -12,4 +12,6 @@ match_max 100000 expect "*?assword:*" send -- "$pass\r" send -- "\r" -interact +expect eof +wait +#interact |