From 0ded1143cac8348de15768d003abdd5715b20871 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 13 Jun 2024 22:23:40 +0100 Subject: [PATCH] typo --- lgsm/modules/command_stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/modules/command_stop.sh b/lgsm/modules/command_stop.sh index 15d9cb91a..947cb3834 100644 --- a/lgsm/modules/command_stop.sh +++ b/lgsm/modules/command_stop.sh @@ -331,7 +331,7 @@ fn_stop_pre_check # Remove started lockfile. 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 rm -f "${lockdir:?}/${selfname}-monitoring.lock" fi