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