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