Browse Source

ts3 if

pull/2565/head
Daniel Gibbs 6 years ago
parent
commit
1291bfd98b
  1. 2
      lgsm/functions/check_logs.sh
  2. 2
      lgsm/functions/command_postdetails.sh

2
lgsm/functions/check_logs.sh

@ -15,7 +15,7 @@ fn_check_logs(){
}
# Create directories for the script and console logs.
if [ ! -d "${lgsmlogdir}" ]||[ ! -d "${consolelogdir}" ]&&[ "${shortname}" != "ts3" ]; then
if [ ! -d "${lgsmlogdir}" ]||[ ! -d "${consolelogdir}" ]; then
fn_check_logs
fi

2
lgsm/functions/command_postdetails.sh

@ -67,7 +67,7 @@ else
fn_info_message_script
fn_info_message_backup
# Some game servers do not have parms.
if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "jc2" ]&&[ "${shortname}" != "jc3" ]&&[ "${shortname}" != "dst" ]&&[ "${shortname}" != "pz" ]&&[ "${engine}" != "renderware" ]; then
if [ "${shortname}" != "jc2" ]&&[ "${shortname}" != "jc3" ]&&[ "${shortname}" != "dst" ]&&[ "${shortname}" != "pz" ]&&[ "${engine}" != "renderware" ]; then
fn_parms
fn_info_message_commandlineparms
fi

Loading…
Cancel
Save