Change message after server is started

This commit is contained in:
Ben Peddell 2016-01-22 18:37:01 +10:00
parent ab6bf806dc
commit b1a4189a9c

View File

@ -667,7 +667,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
}