Browse Source

ui

pull/2972/head
Daniel Gibbs 5 years ago
parent
commit
ff81508cd1
  1. 3
      lgsm/functions/check_config.sh

3
lgsm/functions/check_config.sh

@ -18,12 +18,13 @@ if [ ! -f "${servercfgfullpath}" ]; then
fi
if [ "${shortname}" == "rust" ]; then
fn_print_dots ""
if [ -z "${rconpassword}" ]; then
fn_print_dots ""
fn_print_fail_nl "RCON password is not set"
fn_script_log_fatal "RCON password is not set"
core_exit.sh
elif [ "${rconpassword}" == "CHANGE_ME" ]; then
fn_print_dots ""
fn_print_warn_nl "Default RCON Password detected"
fn_script_log_warn "Default RCON Password detected"
fi

Loading…
Cancel
Save