Browse Source

corrected if

pull/1073/head
Daniel Gibbs 9 years ago
parent
commit
eb303423f1
  1. 2
      lgsm/functions/command_stop.sh

2
lgsm/functions/command_stop.sh

@ -207,7 +207,7 @@ fn_stop_pre_check(){
fi
else
check_status.sh
if [ "${status}" != "0" ]; then
if [ "${status}" == "0" ]; then
fn_print_ok_nl "${servername} is already stopped"
fn_scriptlog "${servername} is already stopped"
else

Loading…
Cancel
Save