From 832bc2021d5e7b518263be00bc275d3c0dad8a0f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Sep 2022 17:36:03 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index d2fd3e307..ed56d1a8f 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -104,9 +104,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - mv /etc/services.d/qbittorrent/* /etc/s6-overlay/s6-rc.d/svc-qbittorrent/ && \ - rmdir /etc/services.d/qbittorrent + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi ################ # 4 Entrypoint #