diff --git a/mm-scripts.sh b/mm-scripts.sh index 1cda38d..e965581 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -130,7 +130,7 @@ case $action in status) if [ -f /opt/mm.stop ]; then echo -e "${idsCL[Yellow]}The system is currently stopped${idsCL[Default]}" - exit 0 + echo fi MMSTATUS;;