Update mm-scripts.sh

This commit is contained in:
2022-03-30 19:08:45 -05:00
parent e184fbe1ff
commit ad3565d161

View File

@@ -180,7 +180,7 @@ if [ ! -f /opt/mm.update.stop ]; then
exit 1 exit 1
fi fi
touch /opt/mm.stop touch /opt/mm.stop
MMSTART;; MMSTART ${action};;
stop) stop)
MMSTOP;; MMSTOP;;
@@ -193,7 +193,7 @@ if [ ! -f /opt/mm.update.stop ]; then
fi fi
MMSTOP MMSTOP
sleep 15s sleep 15s
MMSTART;; MMSTART start;;
status) status)
if [ -f /opt/mm.stop ]; then if [ -f /opt/mm.stop ]; then