From ff81508cd195a2b62f18fdda76b0211c3d6ce205 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 20 Jul 2020 22:18:52 +0100 Subject: [PATCH] ui --- lgsm/functions/check_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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