diff options
-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 |