From a1d73e12bb9b2a0296442d874d087d4dd2b56e57 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 18 Jun 2022 06:28:56 +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 412e430eb..ee02066bb 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/30-nginx.sh @@ -49,4 +49,4 @@ curl -f -s -S -O -J -L "$LATEST_RELEASE" unzip -o vuetorrent.zip -d / >/dev/null [ "$DEBUG" = "debug" ] && echo "Before rm" -rm /vuetorrent.zip >/dev/null +rm vuetorrent.zip >/dev/null