From cb93b4df02a9f932d53e858f7b0b6e77fbb40074 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:05:01 +0100 Subject: [PATCH] Correct save path --- .../rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"