diff --git a/qbittorrent/rootfs/etc/cont-init.d/30-nginx b/qbittorrent/rootfs/etc/cont-init.d/30-nginx index 1bc81be23..818063cf6 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/30-nginx +++ b/qbittorrent/rootfs/etc/cont-init.d/30-nginx @@ -34,5 +34,5 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas | xargs) # to trim whitespaceq curl -O -J -L $LATEST_RELEASE && \ -unzip vuetorrent.zip -d / +unzip -o vuetorrent.zip -d / rm /vuetorrent.zip