In trying to have better grammer I introduced and error

This commit is contained in:
jmiller148
2020-10-21 12:47:23 -05:00
parent c40849e510
commit d13d4ee9e2

View File

@@ -11,7 +11,7 @@ if [ -n ${LAN_NETWORK} ]
then
DEFAULT_GATEWAY=$(ip -4 route list 0/0 | cut -d ' ' -f 3)
ip route add "${LAN_NETWORK}" via "${DEFAULT_GATEWAY}" dev eth0
echo Adding ip route add "${LAN_NETWORK}" via "${DEFAULT_GATEWAY}" dev eth0 for attached container's web ui access
echo Adding ip route add "${LAN_NETWORK}" via "${DEFAULT_GATEWAY}" dev eth0 for attached container web ui access
echo Do not forget to expose the ports for attached container we ui access
fi
openvpn --config $VPN_FILE --auth-user-pass vpn-auth.txt