Daniel Gibbs 2 年之前
父節點
當前提交
0ded1143ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/modules/command_stop.sh

+ 1 - 1
lgsm/modules/command_stop.sh

@@ -331,7 +331,7 @@ fn_stop_pre_check
 # Remove started lockfile.
 # Remove started lockfile.
 rm -f "${lockdir:?}/${selfname}-started.lock"
 rm -f "${lockdir:?}/${selfname}-started.lock"
 
 
-# If user ran the stop command, monitor will become disabled.
+# If user ran the stop command monitor will become disabled.
 if [ "${firstcommandname}" == "STOP" ]; then
 if [ "${firstcommandname}" == "STOP" ]; then
 	rm -f "${lockdir:?}/${selfname}-monitoring.lock"
 	rm -f "${lockdir:?}/${selfname}-monitoring.lock"
 fi
 fi