Update mm-scripts.sh

This commit is contained in:
2023-04-22 23:09:08 -05:00
parent c69cdfcc9b
commit 17bd1f6522

View File

@@ -746,8 +746,9 @@ VPNSPEEDTEST(){
sleep 5s sleep 5s
echo -en "${idsCL[LightCyan]}Starting vpn ... ${idsCL[Default]}" echo -en "${idsCL[LightCyan]}Starting vpn ... ${idsCL[Default]}"
VPNCONFIG # VPNCONFIG
"${VPN_START[@]}" >/dev/null 2>&1 # "${VPN_START[@]}" >/dev/null 2>&1
mm start vpn
echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo -e "${idsCL[Green]}Done${idsCL[Default]}"
echo echo
@@ -755,7 +756,8 @@ VPNSPEEDTEST(){
DIVIDER . green DIVIDER . green
speedtest speedtest
echo echo
"${VPN_STOP[@]}" >/dev/null 2>&1 # "${VPN_STOP[@]}" >/dev/null 2>&1
MMSTOP >/dev/null 2>&1
echo echo
echo -en "${idsCL[LightCyan]}Would you like to start media management services (y/N)? ${idsCL[Default]}" echo -en "${idsCL[LightCyan]}Would you like to start media management services (y/N)? ${idsCL[Default]}"