mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Update 91-qbittorrent_configuration.sh
This commit is contained in:
@@ -163,7 +163,7 @@ if [ ! "$CUSTOMUI" = custom ]; then
|
||||
fi
|
||||
|
||||
# Clean data if not custom
|
||||
if [ ! "$CUSTOMUI" = default ]; then
|
||||
if [ "$CUSTOMUI" = default ]; then
|
||||
bashio::log.warning "Default Webui selected ! It will not work for ingress, which will stay with vuetorrent"
|
||||
sed -i '/AlternativeUIEnabled/d' qBittorrent.conf
|
||||
sed -i '/RootFolder/d' qBittorrent.conf
|
||||
|
||||
Reference in New Issue
Block a user