Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:05:41 -06:00
parent 34486cddf9
commit 30b791f7b6

View File

@@ -49,6 +49,7 @@ MMSTART(){
done
rm -f /opt/mm.stop
rm -f /opt/mm.vpn.fail*
echo -e "${idsCL[Green]}All services have been started${idsCL[Default]}"
}
MMSTOP(){
@@ -66,7 +67,7 @@ MMSTOP(){
fi
done
/usr/sbin/service openvpn stop
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
}