From e305827a2171579db2ad6121c7680d701ffc93e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 22:16:51 +0100 Subject: [PATCH] Update 93-custom_webUI --- ubooquity/rootfs/etc/cont-init.d/93-custom_webUI | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI b/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI index 5e707613a..088988894 100644 --- a/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI +++ b/ubooquity/rootfs/etc/cont-init.d/93-custom_webUI @@ -16,11 +16,12 @@ if bashio::config.has_value 'theme'; then && unzip -q /data/release.zip -d /config/ubooquity/themes/ \ ;; -# case $CUSTOMUI in -# "plextheme") -# 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/ \ -# ;; + 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/ \ +# && mv /config/ubooquity/themes/plextheme-master/ /config/ubooquity/themes/ + ;; esac