Update mm-scripts.sh

This commit is contained in:
2023-07-09 15:07:29 -05:00
parent 4d088d8e5b
commit 651e8c7e4d

View File

@@ -1579,7 +1579,7 @@ if [ ! -f ${TMPFOLDER}/mm.update.stop ]; then
test) TEST;; test) TEST;;
stop) stop)
MMSTOP MMSTOP
FULLSTOP && echo -e "\n" FULLSTOP && echo -e "\n\n"
;; ;;
start | check) start | check)
if [ -f ${TMPFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then if [ -f ${TMPFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then