mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 21:04:05 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
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