From 04b0731035f99ae733d1232c9874971112ce6600 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 12 Jun 2016 18:24:17 +0200 Subject: reproducible debian: dont terminate if some process types are not existant at all --- bin/reproducible_cleanup_nodes.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_cleanup_nodes.sh') 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 -- cgit v1.2.3-54-g00ecf