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