Browse Source

already stopped returned code 2

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
cc700e69bd
  1. 4
      lgsm/functions/command_stop.sh

4
lgsm/functions/command_stop.sh

@ -242,7 +242,7 @@ fn_stop_pre_check(){
check_status.sh check_status.sh
if [ "${status}" == "0" ]; then if [ "${status}" == "0" ]; then
fn_print_ok_nl "${servername} is already stopped" fn_print_ok_nl "${servername} is already stopped"
fn_script_log_pass "${servername} is already stopped" fn_script_log_error "${servername} is already stopped"
else else
fn_stop_teamspeak3 fn_stop_teamspeak3
fi fi
@ -250,7 +250,7 @@ fn_stop_pre_check(){
check_status.sh check_status.sh
if [ "${status}" == "0" ]; then if [ "${status}" == "0" ]; then
fn_print_ok_nl "${servername} is already stopped" fn_print_ok_nl "${servername} is already stopped"
fn_script_log_pass "${servername} is already stopped" fn_script_log_error "${servername} is already stopped"
else else
fn_stop_graceful_select fn_stop_graceful_select
fi fi

Loading…
Cancel
Save