From 71f1f58ad057bea8ad286ac6f26e426469899f6b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:01:31 +0100 Subject: [PATCH] Update 91-qbittorrent_configuration.sh --- .../rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh | 1 + 1 file changed, 1 insertion(+) 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 6c0c0e979..9a4bb80ae 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh @@ -47,6 +47,7 @@ if bashio::config.has_value 'SavePath'; then sed -i -e "/SavePath/d" \ -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 # Info