From ce80284fe93d58522d18bcce9b90969490b9929b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Sep 2022 12:54:45 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 4638587f9..3b7459288 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -103,8 +103,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE # Switch scripts from s6 v2 to v3 -RUN if [ -f /etc/s6-overlay/s6-rc.d/init-custom-files/run ]; then mkdir "/custom-cont-init.d" && for SCRIPTS in /etc/cont-init.d/*; do [ -e "$SCRIPTS" ] || continue \ - && mv "$SCRIPTS" /custom-cont-init.d && chmod a+x /custom-cont-init.d/*; done; fi +#RUN if [ -f /etc/s6-overlay/s6-rc.d/init-custom-files/run ]; then mkdir "/custom-cont-init.d" && for SCRIPTS in /etc/cont-init.d/*; do [ -e "$SCRIPTS" ] || continue \ +# && mv "$SCRIPTS" /custom-cont-init.d && chmod a+x /custom-cont-init.d/*; done; fi ################ # 4 Entrypoint #