Browse Source

fi

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
ed76bb9f9e
  1. 1
      lgsm/functions/command_stop.sh

1
lgsm/functions/command_stop.sh

@ -269,6 +269,7 @@ fn_stop_pre_check(){
fn_script_log_error "${servername} is already stopped"
else
fn_stop_mumble
fi
else
if [ "${status}" == "0" ]; then
fn_print_info_nl "${servername} is already stopped"

Loading…
Cancel
Save