mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update start.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user