diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index 463fc3ed..54bf3f58 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -115,7 +115,7 @@ if [ -s $RESULT ] ; then cat $RESULT echo ZOMBIES=$(echo $RESULT | cut -d " " -f1 | xargs echo) - echo "kill -9 $ZOMBIES" + echo "kill -9 $(cat $ZOMBIES)" echo "Please cleanup manually." echo DIRTY=true |