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;;
stop)
MMSTOP
FULLSTOP && echo -e "\n"
FULLSTOP && echo -e "\n\n"
;;
start | check)
if [ -f ${TMPFOLDER}/mm.stop ] && [ "${action}" == "check" ]; then