From 53a9cfa3e3643f08147228d54d9e789df0ae50c8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 22:27:12 +0100 Subject: [PATCH] Update 93-custom_webUI --- ubooquity/rootfs/etc/cont-init.d/93-custom_webUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI b/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI index cd5ea5331..e019f5040 100644 --- a/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI +++ b/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI @@ -16,7 +16,7 @@ if bashio::config.has_value 'theme'; then && unzip -q /data/release.zip -d /config/ubooquity/themes/ \ ;; - case $CUSTOMUI in +# case $CUSTOMUI in # "plextheme-master") # curl -s -S -J -L -o /data/release.zip https://github.com/FinalAngel/plextheme/archive/master.zip >/dev/null \ # && unzip -q /data/release.zip -d /config/ubooquity/themes/ \