Update mm-scripts.sh

This commit is contained in:
2022-01-23 15:30:32 -06:00
parent 831707a3f6
commit 5f8cfd496a

View File

@@ -127,7 +127,12 @@ case $action in
touch /opt/mm.stop
MMSTOP;;
status) MMSTATUS;;
status)
if [ -f /opt/mm.stop ]; then
echo -e "${idsCL[Yellow]}The system is currently stopped${idsCL[Default]}"
exit 0
fi
MMSTATUS;;
update);;