From 724d7b69a35b0e0836206401ba6d010d0cfb730a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:09:39 +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 4cfb80415..7d89e0101 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh @@ -31,7 +31,7 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas | grep "browser_download_url.*zip" \ | cut -d : -f 2,3 \ | tr -d \" \ - | xargs) # to trim whitespaceq + | xargs) >/dev/null # to trim whitespaceq curl -O -J -L $LATEST_RELEASE >/dev/null unzip -o vuetorrent.zip -d / >/dev/null