Update mm-scripts.sh

This commit is contained in:
2022-01-23 17:38:38 -06:00
parent d6af7b2519
commit c2ae994f19

View File

@@ -73,7 +73,7 @@ MMSTART(){
} }
MMSTOP(){ 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]}" echo -e "${idsCL[Yellow]}The system is already stopped${idsCL[Default]}"
exit 0 exit 0
else else