Update mm-scripts.sh
This commit is contained in:
@@ -317,7 +317,7 @@ MMSTATUS(){
|
|||||||
if [ ! -f /opt/mm.update.stop ]; then
|
if [ ! -f /opt/mm.update.stop ]; then
|
||||||
if [ -f /opt/mm.stop ]; then
|
if [ -f /opt/mm.stop ]; then
|
||||||
stoppedsince=`date +%s`-$(stat -c %Y /opt/mm.stop)
|
stoppedsince=`date +%s`-$(stat -c %Y /opt/mm.stop)
|
||||||
stopmsg="${idsCL[Yellow]}The system has currently been stopped for '$(SHOW_TIME ${stoppedsince})'.\r${idsCL[LightCyan]}(You must run \"mm start\" to start services again)${idsCL[Default]}"
|
stopmsg="${idsCL[Yellow]}The system has currently been stopped for '$(SHOW_TIME ${stoppedsince})'. ${idsCL[LightCyan]}(You must run \"mm start\" to start services again)${idsCL[Default]}"
|
||||||
fi
|
fi
|
||||||
case $action in
|
case $action in
|
||||||
start | check)
|
start | check)
|
||||||
|
|||||||
Reference in New Issue
Block a user