Merge pull request #363 from klightspeed/1.5-dev#issue-358

Change message after server is started
This commit is contained in:
Fez Vrasta 2016-01-22 10:37:09 +01:00
commit 7786ad884e

View File

@ -675,7 +675,7 @@ doStart() {
doRun </dev/null >>"$logdir/$arkserverLog" 2>&1 & # output of this command is logged
echo "`timestamp`: start" >> "$logdir/$arkmanagerLog"
tput rc; tput ed;
echo "The server is now up"
echo "The server is now running, and should be up within 10 minutes"
fi
}