From db9929be5ee318e83dd67e5945cd5807551ca0b5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Feb 2022 16:09:37 +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 027ae12f3..ba1366d7b 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh @@ -123,9 +123,9 @@ rm -f -r /webui mkdir -p /webui chown abc:abc /webui +CUSTOMUI=$(bashio::config 'customUI') if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ]; then ### Variables - CUSTOMUI=$(bashio::config 'customUI') bashio::log.info "Alternate UI enabled : $CUSTOMUI. If webui don't work, disable this option" ### Download WebUI