GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-12 06:32:07 +00:00
parent 4c5f17bb19
commit ea3eb047ba
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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