summaryrefslogtreecommitdiffstats
path: root/scripts/automation/sshpass.exp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/sshpass.exp')
-rwxr-xr-xscripts/automation/sshpass.exp4
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