mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 03:18:28 +00:00
less time to wait when we kill ther server
This commit is contained in:
parent
23ced6e2e2
commit
9d50fda5a1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user