From a7f73e53624f407972d934c7e9ac96c0d6feb523 Mon Sep 17 00:00:00 2001 From: nmc Date: Sun, 13 Oct 2019 00:27:00 -0400 Subject: [PATCH] fix removed line by error. --- openvpn/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openvpn/start.sh b/openvpn/start.sh index 2542035..5a7c251 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -165,7 +165,8 @@ if [[ $VPN_ENABLED == "yes" ]]; then exec openvpn --config ${VPN_CONFIG} & # give openvpn some time to connect sleep 5 - + #exec /bin/bash /etc/openvpn/openvpn.init start & + # PIA port Forward # https://www.privateinternetaccess.com/helpdesk/kb/articles/can-i-use-port-forwarding-without-using-the-pia-client if [[ $PIA_PORT_FORWARD == "true" ]]; then