|
|
@ -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 |
|
|
|