Update mm-scripts.sh

This commit is contained in:
2022-07-24 19:28:13 -05:00
parent e66fbd1807
commit a5564641df

View File

@@ -317,7 +317,7 @@ MMSTATUS(){
if [ ! -f /opt/mm.update.stop ]; then
if [ -f /opt/mm.stop ]; then
stoppedsince=`date +%s`-$(stat -c %Y /opt/mm.stop)
stopmsg="${idsCL[Yellow]}The system has currently been stopped for '$(SHOW_TIME ${stoppedsince})'.\r\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})'.\r\n\r${idsCL[LightCyan]}(You must run \"mm start\" to start services again)${idsCL[Default]}"
fi
case $action in
start | check)