From f50dff704ee7db33e16711ccaba05fc96fa2fb09 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:07:18 +0100 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 9908ab4f2..783d472d5 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -88,12 +88,14 @@ if bashio::config.true 'openvpn_enabled'; then fi # Permissions + chmod 755 /config/openvpn/* chmod 755 /etc/openvpn/* chmod 600 /etc/openvpn/credentials chmod 755 /etc/openvpn/up.sh chmod 755 /etc/openvpn/down.sh chmod 755 /etc/openvpn/up-qbittorrent.sh chmod +x /etc/openvpn/up.sh + chmod +x /etc/openvpn/down.sh chmod +x /etc/openvpn/up-qbittorrent.sh echo "... openvpn correctly set, qbittorrent will run tunnelled through openvpn"