From 592be992f2d48db419329cb13722354868bf0100 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Apr 2021 21:22:52 +0200 Subject: [PATCH] Update 30-nginx --- qbittorrent/rootfs/etc/cont-init.d/30-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/30-nginx b/qbittorrent/rootfs/etc/cont-init.d/30-nginx index 38be5bb0d..ccdf4d080 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/30-nginx +++ b/qbittorrent/rootfs/etc/cont-init.d/30-nginx @@ -33,6 +33,6 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas | tr -d \" \ | xargs) # to trim whitespaceq -curl -O -J -L $LATEST_RELEASE && \ -unzip -o vuetorrent.zip -d / +curl -O -J -L $LATEST_RELEASE >/dev/null +unzip -o vuetorrent.zip -d >/dev/null rm /vuetorrent.zip >/dev/null