Update directories for qbittorrent shell files

This commit is contained in:
MarkusMcNugen
2018-02-03 07:39:52 -05:00
committed by GitHub
parent 7fd2f3916b
commit 636afe95ed

View File

@@ -132,7 +132,7 @@ if [[ $VPN_ENABLED == "yes" ]]; then
echo "[info] Starting OpenVPN..."
cd /config/openvpn
exec openvpn --config "$VPN_CONFIG" &
exec /bin/bash /etc/qbittorrent/scripts/iptables.sh
exec /bin/bash /etc/qbittorrent/iptables.sh
else
exec /bin/bash /etc/qbittorrent/scripts/start.sh
exec /bin/bash /etc/qbittorrent/start.sh
fi