From ea3eb047bab39c644cba5a34efdaa8bbd9693d89 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 06:32:07 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- qbittorrent/CHANGELOG.md | 1 + .../rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh 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