Browse Source

new line

feature/786-playersonline
Daniel Gibbs 10 months ago
parent
commit
0b2dcf907f
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/command_stop.sh

2
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

Loading…
Cancel
Save