From f88fc3893c45cbe3fea7ebb7af6a52cdb093d09c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 22:24:26 +0100 Subject: [PATCH] Update 93-custom_webUI --- ubooquity/rootfs/etc/cont-init.d/93-custom_webUI | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI b/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI index a38f7e00d..cd5ea5331 100644 --- a/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI +++ b/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI @@ -17,11 +17,11 @@ if bashio::config.has_value 'theme'; then ;; 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/ \ +# "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/ \ # && mv /config/ubooquity/themes/plextheme-master/ /config/ubooquity/themes/ - ;; +# ;; esac