Update mm-scripts.sh

This commit is contained in:
2023-07-09 15:06:40 -05:00
parent ce462f06a4
commit 4d088d8e5b

View File

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