tell user what is happening while he wait

This commit is contained in:
FezVrasta 2015-06-21 14:11:20 +02:00
parent fb2110eb24
commit e66624442f

View File

@ -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"