diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-12 18:24:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-12 18:24:17 +0200 |
commit | 04b0731035f99ae733d1232c9874971112ce6600 (patch) | |
tree | a5f0b24e575db23e5187c433879584f88c59505b /bin | |
parent | ecfe8fbb9356a148ec769ca06c679ee620bdf665 (diff) | |
download | jenkins.debian.net-04b0731035f99ae733d1232c9874971112ce6600.tar.xz |
reproducible debian: dont terminate if some process types are not existant at all
Diffstat (limited to 'bin')
-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 |