diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-19 10:07:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-19 10:07:21 +0100 |
commit | 5866def6e22ecae0f91056188df6c8f30e333e10 (patch) | |
tree | 5a5117009eeeee20ba3e80f388921b79b03225d6 | |
parent | 9fa73960f8ee5ade853cdb394a7a05ca1ae16e1a (diff) | |
download | jenkins.debian.net-5866def6e22ecae0f91056188df6c8f30e333e10.tar.xz |
reproducible: make killing easier
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index df62f696..c59d2781 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -100,6 +100,8 @@ if [ -s $RESULT ] ; then echo "Warning: processes found which should not be there:" cat $RESULT echo + ZOMBIES=$(echo $RESULT | cut -d " " -f1 | xargs echo) + echo "kill -9 $ZOMBIS" echo "Please cleanup manually." echo DIRTY=true |