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