|
|
@@ -18,7 +18,7 @@ fn_stop_players_online() {
|
|
|
query_gamedig.sh
|
|
|
if [ "${querystatus}" == "0" ]; then
|
|
|
if [ -n "${gdplayers}" ] && [ "${gdplayers}" -ne 0 ]; then
|
|
|
- fn_print_info "Server will not stop while ${gdplayers} players are on the server"
|
|
|
+ fn_print_info_nl "Server will not stop while ${gdplayers} players are on the server"
|
|
|
fn_script_log_info "Server will not stop while ${gdplayers} players are on the server"
|
|
|
date '+%s' > "${lockdir:?}/${selfname}-restart-request.lock"
|
|
|
core_exit.sh
|