From c9e215225c6ac42acda233d88bdddbb88f95da8b Mon Sep 17 00:00:00 2001 From: Austin Shapiro Date: Sat, 5 Dec 2020 23:46:21 -0800 Subject: [PATCH] Add OPENVPN_OPTS to openvpn startup command --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 68ef452..6cbcbc7 100644 --- a/startup.sh +++ b/startup.sh @@ -14,4 +14,4 @@ then 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 +openvpn --config $VPN_FILE --auth-user-pass vpn-auth.txt $OPENVPN_OPTS