summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintainance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-rwxr-xr-xbin/reproducible_maintainance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index dd035c9c..463fc3ed 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 $ZOMBIS"
+ echo "kill -9 $ZOMBIES"
echo "Please cleanup manually."
echo
DIRTY=true