Update mm-scripts.sh

This commit is contained in:
2022-01-31 21:47:24 -06:00
parent 49cc4133e5
commit a0c86c0060

View File

@@ -88,15 +88,6 @@ MMSTOP(){
fi
echo
fi
if [ -f /opt/mm.stop ]; then
echo -e "${idsCL[Yellow]}The system is already stopped, will verify anyway${idsCL[Default]}"
echo
# exit 0
else
echo -e "${idsCL[LightCyan]}Stopping Services...${idsCL[Default]}"
echo
fi
touch /opt/mm.stop
echo -en "${idsCL[LightCyan]}${mmsv} Services...${idsCL[Default]}"
for srvc in "${SERVICES_CHECK[@]}"; do