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