From 80c5da147e4448f90e93da6a04d8aa8eb0c3049c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 10 Sep 2022 17:41:35 +0200 Subject: [PATCH] test --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index f7caf27ae..a4e313a41 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -48,7 +48,7 @@ RUN \ && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \ \ # Change location of config - && sed -i "s|/config$|/config/qBittorrent$|g" "/etc/s6*/s6*/init-qb*/run" + && sed -i "s|/config$|/config/qBittorrent$|g" "/etc/s6-overlay/s6-rc.d/*/run" # Global LSIO modifications ARG CONFIGLOCATION="/config"