added openvpn chmod

This commit is contained in:
Alexandre
2021-04-23 21:13:42 +02:00
committed by GitHub
parent 49d4e41580
commit c9e8299dbe

View File

@@ -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" ]