Daniel Gibbs 2 vuotta sitten
vanhempi
commit
0b2dcf907f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lgsm/modules/command_stop.sh

+ 1 - 1
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