diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 878055031..34553a93c 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,6 +1,7 @@ - Safety check : check if yify.foo found in qbittorrent.conf ## 5.1.2 (05-07-2025) + - Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases) ## 5.1.1 (28-06-2025) diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh old mode 100755 new mode 100644 index 360ce5fc3..4d45276e8 --- a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh @@ -237,7 +237,7 @@ fi ########## if grep -q "yify.foo" "$CONFIG_LOCATION"/qBittorrent.conf; then - bashio::log.warning "yify.foo found in qBittorrent.conf, this is a safety issue. It is removed now, but you should check your configuration." + bashio::log.warning "yify.foo found in qBittorrent.conf, this is a safety issue. It is removed now, but you should check your configuration." sed -i '/yify.foo/d' "$CONFIG_LOCATION"/qBittorrent.conf fi