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
fi
touch /opt/mm.stop
MMSTART;;
MMSTART ${action};;
stop)
MMSTOP;;
@@ -193,7 +193,7 @@ if [ ! -f /opt/mm.update.stop ]; then
fi
MMSTOP
sleep 15s
MMSTART;;
MMSTART start;;
status)
if [ -f /opt/mm.stop ]; then