Alexandre
2022-11-18 08:54:40 +01:00
committed by GitHub
parent 97199f6865
commit 9b99aaafb4

View File

@@ -69,7 +69,7 @@ if bashio::config.true 'openvpn_enabled'; then
echo "Using interface binding in the qBittorrent app"
# Define preferences line
cd /config/addons_config/qbittorrent/ || exit 1
cd /config/addons_config/qBittorrent/ || exit 1
LINE=$(sed -n '/Preferences/=' "$QBT_CONFIG_FILE")
LINE=$((LINE + 1))
SESSION=$(sed -n '/BitTorrent/=' "$QBT_CONFIG_FILE")