From ce5609e8e2a99c047c4111d4dc0d4472a45e7b5e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:17:03 +0100 Subject: [PATCH] Update 91-qbittorrent_configuration.sh --- .../rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh index 2cceee479..1a77f87da 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh @@ -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