From ef1e4d7740c732ccdb49a700baae389851cb4059 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 04:57:55 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03a26ea..1453662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update \ ADD openvpn/ /etc/openvpn/ ADD qbittorrent/ /etc/qbittorrent/ -RUN chmod +x /etc/qbittorrent/start.sh /etc/qbittorrent/iptables.sh /etc/openvpn/start.sh +RUN chmod +x /etc/qbittorrent/scripts/*.sh /etc/openvpn/*.sh ENV OPENVPN_USERNAME=**None** \ OPENVPN_PASSWORD=**None** \