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/ \