From 5e67183df7ae591e94826dbacda5915079697f1f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Mar 2022 19:05:32 -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 9ba3ae5..0ce9b2b 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -185,7 +185,7 @@ if [ ! -f /opt/mm.update.stop ]; then MMSTOP;; restart) - if [ -f /opt/mm.stop ] && [ "${action}" = "check" ]; then + if [ -f /opt/mm.stop ]; then echo -e "${idsCL[Yellow]}The system is currently stopped ${idsCL[LightCyan]}(You must run \"mm start\" to start services again)${idsCL[Default]}" exit 1 fi