Browse Source

tab

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
d78ba978a3
  1. 4
      functions/check_steamcmd.sh
  2. 2
      functions/command_monitor.sh

4
functions/check_steamcmd.sh

@ -68,10 +68,6 @@ if [ "${function_selfname}" == "command_update.sh" ]||[ "${function_selfname}" =
fi fi
} }
if [ "${gamename}" == "Unreal Tournament 99" ]||[ "${gamename}" == "Unreal Tournament 2004" ]||[ "${gamename}" == "Mumble" ]||[ "${gamename}" == "Teamspeak 3" ]; then
: # These servers do not require SteamCMD. Check is skipped.
else
fn_check_steamcmd_user fn_check_steamcmd_user
fn_check_steamcmd_sh fn_check_steamcmd_sh
fn_check_steamcmd_guard fn_check_steamcmd_guard
fi

2
functions/command_monitor.sh

@ -15,7 +15,7 @@ fn_monitor_check_lockfile(){
if [ ! -f "${rootdir}/${lockselfname}" ]; then if [ ! -f "${rootdir}/${lockselfname}" ]; then
fn_print_info_nl "Disabled: No lock file found" fn_print_info_nl "Disabled: No lock file found"
fn_scriptlog "Disabled: No lock file found" fn_scriptlog "Disabled: No lock file found"
echo "To enable monitor run ./${selfname} start" echo " * To enable monitor run ./${selfname} start"
exit 1 exit 1
fi fi
} }

Loading…
Cancel
Save