Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:58:19 -06:00
parent 2245350446
commit a32693cfc8

View File

@@ -59,7 +59,7 @@ MMSTART(){
MMSTOP(){
echo -e "${idsCL[LightCyan]}Stopping Services...${idsCL[Default]}"
echo
echo .
for srvc in "${SERVICES_CHECK[@]}"; do
/usr/sbin/service ${srvc} stop &
done
@@ -75,7 +75,7 @@ MMSTOP(){
done
/usr/sbin/service openvpn stop
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
echo
echo .
}
MMSTATUS(){
@@ -92,8 +92,8 @@ MMSTATUS(){
fi
done
echo
echo
echo .
echo .
}