From a825b7e351f007da3e73167e999f0a2657568bbf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Mar 2023 21:56:26 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mm-scripts.sh b/mm-scripts.sh index aacd536..a813029 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -489,6 +489,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then case $action in start | check) if [ -f ${MMFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then + echo 'yes' echo -e "${stopmsg}" # [ $VERBOSE = true ] && echo "$(date) - Not checking, system has been stopped" >> $logfile echo