mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 14:58:18 -07:00
Run force-stop even if the script thinks the server is not running.
This commit is contained in:
parent
a0945c30e0
commit
a0d4f76547
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user