diff --git a/lgsm/functions/check_config.sh b/lgsm/functions/check_config.sh index 1c858c558..2b4443cb3 100644 --- a/lgsm/functions/check_config.sh +++ b/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