Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:07:11 -06:00
parent 984adaa444
commit 1744390200

View File

@@ -74,7 +74,7 @@ MMSTOP(){
if [ ${action-x} ]; then
case $action in
start | check)
if [ -f /opt/mm.stop ] && [ $action=='check' ]; then
if [ -f /opt/mm.stop ] && [ ${action} -eq 'check' ]; then
echo -e "${idsCL[Yellow]}The system is currently stopped${idsCL[Default]}"
exit 0
fi