mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-26 04:25:00 +00:00
Update directories for qbittorrent shell files
This commit is contained in:
parent
7fd2f3916b
commit
636afe95ed
@ -132,7 +132,7 @@ if [[ $VPN_ENABLED == "yes" ]]; then
|
|||||||
echo "[info] Starting OpenVPN..."
|
echo "[info] Starting OpenVPN..."
|
||||||
cd /config/openvpn
|
cd /config/openvpn
|
||||||
exec openvpn --config "$VPN_CONFIG" &
|
exec openvpn --config "$VPN_CONFIG" &
|
||||||
exec /bin/bash /etc/qbittorrent/scripts/iptables.sh
|
exec /bin/bash /etc/qbittorrent/iptables.sh
|
||||||
else
|
else
|
||||||
exec /bin/bash /etc/qbittorrent/scripts/start.sh
|
exec /bin/bash /etc/qbittorrent/start.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user