less time to wait when we kill ther server

This commit is contained in:
Sispheor 2015-06-21 18:33:43 +02:00
parent 23ced6e2e2
commit 9d50fda5a1

View File

@ -137,7 +137,7 @@ doStop() {
if isTheServerRunning; then
echo "Stopping server..."
screen -X -S "$servicename" -X stuff "^C"
sleep 30
sleep 10
echo "$timestamp: stop" >> "$logdir/arkserver.log"
tail -n 1 "$logdir/arkserver.log"
else