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