Update mm-scripts.sh

This commit is contained in:
2023-04-22 23:16:17 -05:00
parent 8440883954
commit 0a33454349

View File

@@ -732,11 +732,9 @@ VPNSPEEDTEST(){
echo -e "${idsCL[Green]}Running test without VPN${idsCL[Default]}"
DIVIDER . green
speedtest
speedtest -S 53540
echo
sleep 5s
echo -en "${idsCL[LightCyan]}Starting vpn ... ${idsCL[Default]}"
# VPNCONFIG
# "${VPN_START[@]}" >/dev/null 2>&1
@@ -744,9 +742,11 @@ VPNSPEEDTEST(){
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
echo
sleep 5s
echo -e "${idsCL[Green]}Running test with VPN${idsCL[Default]}"
DIVIDER . green
speedtest
speedtest -S 53540
echo
# "${VPN_STOP[@]}" >/dev/null 2>&1
MMSTOP >/dev/null 2>&1