From f2976e23c323297061e1d91876a113c33ee90c54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 10 Feb 2021 07:01:41 +0100 Subject: [PATCH] Update 91-configuration.sh --- qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh b/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh index e9c55c783..c591ca731 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/91-configuration.sh @@ -38,7 +38,7 @@ CUSTOMUI=$(bashio::config 'customUI') ### IF VUETORRENT if [ CUSTOMUI="vuetorrent" ];then CUSTOMUI="WDaan/VueTorrent" -curl -J -L -o /release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*release.zip") +curl -s -J -L -o /release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*release.zip") > /dev/null mkdir -p /data/$CUSTOMUI unzip -o /release.zip -d /data/$CUSTOMUI/ rm /*.zip