diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh index 9a4bb80ae..dc09079d9 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh @@ -48,7 +48,9 @@ if bashio::config.has_value 'SavePath'; then -e "/\[Preferences\]/a Downloads\\\SavePath=$DOWNLOADS" \ -e "/\[AutoRun\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \ -e "/\[Preferences\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \ - -e "/\[BitTorrent\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" qBittorrent.conf + -e "/\[BitTorrent\]/a Downloads\\\DefaultSavePath=$DOWNLOADS" \ + -e "/\[BitTorrent\]/a Session\\\DefaultSavePath=$DOWNLOADS" qBittorrent.conf + # Info bashio::log.info "Downloads can be found in $DOWNLOADS"