From 6943f252f0183dee4f4a9f60a02b36fdce0865a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:13:14 +0200 Subject: [PATCH] Update 30-nginx.sh --- qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh b/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh index 94960b495..8c8a06c21 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh @@ -33,6 +33,6 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas | tr -d \" \ | xargs) >/dev/null -curl -O -J -L $LATEST_RELEASE >/dev/null +curl -s -S -O -J -L $LATEST_RELEASE >/dev/null unzip -o vuetorrent.zip -d / >/dev/null rm /vuetorrent.zip >/dev/null