From dbfaafed11bc53cfd0d6b3a207a47ad2314e5077 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:17:19 +0200 Subject: [PATCH] Update 91-configuration.sh --- qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh index 4c57bacb8..efdb57c29 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh @@ -90,9 +90,8 @@ if bashio::config.has_value 'customUI'; then ### Download WebUI case $CUSTOMUI in - "vuetorrent") - curl -s -S -J -L -o /webui/release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*vuetorrent.zip") >/dev/null \ - || curl -s -S -J -L -o /webui/release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*release.zip") >/dev/null \ + "vuetorrent") + curl -s -S -J -L -o /webui/release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*vuetorrent.zip") >/dev/null ;; "qbit-matUI")