Log server exit status

This commit is contained in:
Ben Peddell 2015-06-28 23:48:09 +10:00
parent ac88ed1a7a
commit a28426e4a0

View File

@ -226,7 +226,7 @@ doRun() {
# set max open files limit before we start the server
ulimit -n $maxOpenFiles
"$arkserverroot/$arkserverexec" "$arkserveropts"
echo "`timestamp`: exited with status $?"
}
#