Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:57:01 -06:00
parent f70e697854
commit 3eab406bd7

View File

@@ -58,6 +58,7 @@ MMSTART(){
}
MMSTOP(){
echo -e "${idsCL[LightCyan]}Stopping Services...${idsCL[Default]}"
for srvc in "${SERVICES_CHECK[@]}"; do
/usr/sbin/service ${srvc} stop &
done