Update mm-scripts.sh

This commit is contained in:
2023-04-22 22:42:22 -05:00
parent 9b7c3434d6
commit 42654160f0

View File

@@ -529,6 +529,7 @@ MMSTOP(){
echo
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
echo
touch ${MMFOLDER}/mm.stop
}
MMSTATUS(){
@@ -728,6 +729,8 @@ VPNSPEEDTEST(){
speedtest
echo
sleep 5s
echo -en "${idsCL[LightCyan]}Starting vpn ... ${idsCL[Default]}"
MMSTART vpn
echo -e "${idsCL[Green]}Done${idsCL[Default]}"