diff options
-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 |