From 8cbb96f6248363377d9a8a4155ca943bf9332646 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 20:59:47 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 45b10d1c7..0452c240a 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -26,8 +26,8 @@ RUN apt-get update \ \ # Allow UID and GID setting && sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ - && sed -i 's/'{PUID:-911}'/'(bashio::config 'PUID')'/g' /etc/cont-init.d/10-adduser \ - && sed -i 's/'{PGID:-911}'/'(bashio::config 'PGID')'/g' /etc/cont-init.d/10-adduser \ + && sed -i 's/'{PUID:-911}'/'(bashio::config "PUID")'/g' /etc/cont-init.d/10-adduser \ + && sed -i 's/'{PGID:-911}'/'(bashio::config "PGID")'/g' /etc/cont-init.d/10-adduser \ # Remove fixed folders, allows connection to webUI && sed '11,13d' /defaults/qBittorrent.conf \ # Allow connection to webUI