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