Update mm-scripts.sh

This commit is contained in:
2022-01-23 18:15:42 -06:00
parent 639290dad6
commit 81589343e8

View File

@@ -81,6 +81,7 @@ MMSTOP(){
echo -e "${idsCL[LightCyan]}Stopping Services...${idsCL[Default]}"
echo
fi
touch /opt/mm.stop
for srvc in "${SERVICES_CHECK[@]}"; do
/usr/sbin/service ${srvc} stop &
done
@@ -130,7 +131,6 @@ case $action in
MMSTART;;
stop)
touch /opt/mm.stop
MMSTOP;;
status)