|
|
@ -29,7 +29,11 @@ fn_start_teamspeak3(){ |
|
|
|
if [ "${status}" != "0" ]; then |
|
|
|
fn_print_info_nl "${servername} is already running" |
|
|
|
fn_script_log_error "${servername} is already running" |
|
|
|
core_exit.sh |
|
|
|
if [ "${exitbypass}" ]; then |
|
|
|
exit |
|
|
|
else |
|
|
|
core_exit.sh |
|
|
|
fi |
|
|
|
fi |
|
|
|
if [ -f "${lgsmlog}" ]; then |
|
|
|
mv "${lgsmlog}" "${lgsmlogdate}" |
|
|
|