diff --git a/openvpn/start.sh b/openvpn/start.sh index fd34dd3..67bd0a1 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -140,9 +140,9 @@ fi if [[ $VPN_ENABLED == "yes" ]]; then echo "[info] Starting OpenVPN..." | ts '%Y-%m-%d %H:%M:%.S' - #cd /config/openvpn + cd /config/openvpn exec openvpn --config ${VPN_CONFIG} --daemon - exec /bin/bash /etc/openvpn/openvpn.init start & + #exec /bin/bash /etc/openvpn/openvpn.init start & exec /bin/bash /etc/qbittorrent/iptables.sh else exec /bin/bash /etc/qbittorrent/start.sh