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