From aa6ca913919533788aedd50f2dd8f8c7b587d8cb Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 10 Sep 2022 17:54:17 +0200 Subject: [PATCH] improve --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 0a1afc56b..0c9d375a9 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-overlay/s6-rc.d/init-qbittorrent/run" + && sed -i "s|/config$|/config/qBittorrent|g" "/etc/s6-overlay/s6-rc.d/init-qbittorrent/run" # Global LSIO modifications ARG CONFIGLOCATION="/config"