Update mm-scripts.sh

This commit is contained in:
2022-01-23 15:30:52 -06:00
parent 5f8cfd496a
commit 1fefb37773

View File

@@ -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;;