From 9d64a174556b17fb52b3cddaf314b246b0ceae76 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:35:13 +0200 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 0350ae2b5..be7c9c3e7 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -28,6 +28,8 @@ if bashio::config.true 'openvpn_enabled'; then bashio::log.info "openvpn correctly set, qbittorrent will run tunnelled through openvpn" sed -i "1a\/etc/openvpn/up-qbittorrent.sh \"\${4}\" &\n" /etc/openvpn/up.sh + + chmod +x /etc/openvpn/up.sh ######################### # CONFIGURE QBITTORRENT #