Daniel Gibbs
10 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/command_stop.sh
|
|
@ -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 |
|
|
|