mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 03:38:27 +00:00
tell user what is happening while he wait
This commit is contained in:
parent
fb2110eb24
commit
e66624442f
@ -136,6 +136,7 @@ doStart() {
|
||||
#
|
||||
doStop() {
|
||||
if isTheServerRunning; then
|
||||
echo "Stopping server..."
|
||||
screen -X -S "$servicename" -X stuff "^C"
|
||||
sleep 30
|
||||
echo "$timestamp: stop" >> "$logdir/arkserver.log"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user