|
@ -59,7 +59,7 @@ cd "${executabledir}" |
|
|
./ts3server_startscript.sh start inifile="${servercfgfullpath}" > /dev/null 2>&1 |
|
|
./ts3server_startscript.sh start inifile="${servercfgfullpath}" > /dev/null 2>&1 |
|
|
sleep 1 |
|
|
sleep 1 |
|
|
info_ts3status.sh |
|
|
info_ts3status.sh |
|
|
if [ "${ts3status}" = "Server seems to have died" ] || [ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then |
|
|
if [ "${ts3status}" = "Server seems to have died" ]||[ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then |
|
|
fn_printfailnl "Unable to start ${servername}" |
|
|
fn_printfailnl "Unable to start ${servername}" |
|
|
fn_scriptlog "Unable to start ${servername}" |
|
|
fn_scriptlog "Unable to start ${servername}" |
|
|
echo -e " Check log files: ${rootdir}/log" |
|
|
echo -e " Check log files: ${rootdir}/log" |
|
|