From 289150d4cbd2b01a86f0690a785ac207f93f3c7d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 15:26:15 +0100 Subject: [PATCH] Update 91-configuration.sh --- qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh index 628b29052..e7dba9963 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh @@ -19,7 +19,7 @@ if bashio::config.has_value 'SavePath'; then sed -i "$LINE i\Downloads\\\SavePath=$DOWNLOADS" qBittorrent.conf mkdir -p $DOWNLOADS || true chown -R abc:abc $DOWNLOADS || bashio::log.info "Error, please check default save folder configuration in addon" - bashio::log.info "Downloads folder created" + bashio::log.info "Downloads can be found in $DOWNLOADS" else mkdir -p /share/qBittorrent || true