From c2ae994f19e0262e0e5caafa20d6c168ace6302f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Jan 2022 17:38:38 -0600 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 0048762..045bbf7 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -73,7 +73,7 @@ MMSTART(){ } MMSTOP(){ - if [ -f /opt/mm.stop ] && [ "${action}" = "check" ]; then + if [ -f /opt/mm.stop ]; then echo -e "${idsCL[Yellow]}The system is already stopped${idsCL[Default]}" exit 0 else