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