From e7d041c1ab72144335f3288deaaef07e86ecacac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:56:08 +0200 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index be7c9c3e7..0350ae2b5 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -28,8 +28,6 @@ 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 #