mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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)
|
||||
|
||||
2
qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh
Executable file → Normal file
2
qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh
Executable file → Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user