Update mm-scripts.sh

This commit is contained in:
2023-04-22 23:25:18 -05:00
parent 0a33454349
commit faa12544af

View File

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