From 376060941a398adb71f31304adfaa505b9885886 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 00:45:48 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 105e45a..ba8caec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update \ ADD openvpn/ /etc/openvpn/ ADD qbittorrent/ /etc/qbittorrent/ -RUN chmod a+x /etc/qbittorrent/*.sh /etc/openvpn/*.sh +RUN chmod +x /etc/qbittorrent/start.sh /etc/qbittorrent/iptables.sh /etc/openvpn/start.sh ENV OPENVPN_USERNAME=**None** \ OPENVPN_PASSWORD=**None** \