From e9ca7cbc4fae5f862c8b2ed47aacb4d6184dd92e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:39:11 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index b94c43745..87a28227c 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -34,7 +34,7 @@ RUN \ && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \ && echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf \ # use /data instead of /config for hass.io environment - && files=$(grep -rls '/config' /etc) && echo $files | xargs sed -i "s/\\\config/\\\data/g" + && files=$(grep -rls '/config' /etc) && echo $files | xargs sed -i "s////config////data/g" # Copy root filesystem COPY rootfs /