summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_cleanup_nodes.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-12 18:24:17 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-12 18:24:17 +0200
commit04b0731035f99ae733d1232c9874971112ce6600 (patch)
treea5f0b24e575db23e5187c433879584f88c59505b /bin/reproducible_cleanup_nodes.sh
parentecfe8fbb9356a148ec769ca06c679ee620bdf665 (diff)
downloadjenkins.debian.net-04b0731035f99ae733d1232c9874971112ce6600.tar.xz
reproducible debian: dont terminate if some process types are not existant at all
Diffstat (limited to 'bin/reproducible_cleanup_nodes.sh')
-rwxr-xr-xbin/reproducible_cleanup_nodes.sh1
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