Run force-stop even if the script thinks the server is not running.

This commit is contained in:
Jason M. Wood 2013-11-01 17:08:07 -06:00
parent a0945c30e0
commit a0d4f76547

View File

@ -1229,7 +1229,9 @@ case "$1" in
else
stop $WORLD
fi
sleep 5
elif [ "$1" = "force-stop" ]; then
printf " $WORLD"
forceStop $WORLD
fi
done
printf ".\n"