Update mm-scripts.sh

This commit is contained in:
2023-03-23 22:08:50 -05:00
parent 65156377df
commit bc9aca234f

View File

@@ -101,7 +101,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
echo -en "${idsCL[Green]}The VPN Tunnel is already running :${idsCL[Default]}"
fi
else
mmsv='Verifing'
mmsv='Verifying'
fi
[ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> $logfile
@@ -167,7 +167,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
fi
echo -en "${idsCL[LightCyan]}Verifing default network routes :${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}Verifying default network routes :${idsCL[Default]}"
checked=false
cc=0
until [ "${checked}" = "" ]; do
@@ -195,7 +195,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
echo -e "${idsCL[Green]} done${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}Verifing traffic routing through VPN :${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}Verifying traffic routing through VPN :${idsCL[Default]}"
scip=""
mmip=""