From c9e8299dbee5e927377d4646a4d7a8fb68839f5a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Apr 2021 21:13:42 +0200 Subject: [PATCH] added openvpn chmod --- qbittorrent/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 43025d140..7fe8237ef 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -46,7 +46,9 @@ RUN \ # Remove fixed folders, allows connection to webUI && sed '11,13d' /defaults/qBittorrent.conf \ && echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \ - && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf + && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \ + # chmod openvpn files + && chmod +x /etc/openvpn/up-qbittorrent.sh VOLUME [ "/data" ]