Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user