Browse Source

messages

pull/2900/head
Daniel Gibbs 5 years ago
parent
commit
05f3d2d3b4
  1. 2
      lgsm/functions/command_monitor.sh

2
lgsm/functions/command_monitor.sh

@ -71,11 +71,9 @@ fn_monitor_check_queryport(){
fn_script_log_info "Checking port: CHECKING"
if [ -n "${rconenabled}" ]&&[ "${rconenabled}" != "true" ]&&[ ${shortname} == "av" ]; then
fn_print_warn "Checking port: Unable to query as rconport, rcon not enabled: "
fn_print_warn_eol_nl
fn_script_log_warn "Checking port: Unable to query rconport, rcon not enabled: WARN"
else
fn_print_error "Checking port: Unable to query queryport is not set: "
fn_print_error_eol_nl
fn_script_log_error "Checking port: Unable to query as queryport is not set: ERROR"
fi
core_exit.sh

Loading…
Cancel
Save