Update mm-scripts.sh

This commit is contained in:
2023-07-09 15:04:00 -05:00
parent fabad9fdd2
commit 33e9d41d73

View File

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