From 861289461e3abe651d24f1f847c1f653d2fd559d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 19:28:27 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 2b890ed..821d50e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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\n\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})'.\n${idsCL[LightCyan]}(You must run \"mm start\" to start services again)${idsCL[Default]}" fi case $action in start | check)