Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:22:41 -06:00
parent 3e7feca288
commit 99bf80a113

View File

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