diff options
Diffstat (limited to 'bin/reproducible_cleanup_nodes.sh')
-rwxr-xr-x | bin/reproducible_cleanup_nodes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh index 355feaf3..cad6bfa5 100755 --- a/bin/reproducible_cleanup_nodes.sh +++ b/bin/reproducible_cleanup_nodes.sh @@ -47,6 +47,7 @@ done sleep 15 echo "killing all ssh and sleep processes now. (press enter || ctrl-c)" read +set +e killall ssh killall sleep killall -9 ssh |