diff --git a/openvpn/start.sh b/openvpn/start.sh index 1b65c79..82f55ac 100755 --- a/openvpn/start.sh +++ b/openvpn/start.sh @@ -130,5 +130,6 @@ done echo "[info] Starting OpenVPN..." cd /config/openvpn -exec openvpn --config "$VPN_CONFIG" && -exec /bin/bash /etc/qbittorrent/iptables.sh +exec /bin/bash /etc/qbittorrent/iptables.sh && +exec openvpn --config "$VPN_CONFIG" +