From 7f65f9244ea766dd587ca7f834bab3f2bb69ec3c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Dec 2023 07:51:13 +0100 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index e76d8d5a9..f46f9d89b 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -65,11 +65,6 @@ if bashio::config.true 'openvpn_enabled'; then # Correct paths sed -i "s=/etc/openvpn=/config/openvpn=g" /etc/openvpn/config.ovpn - # Remove ipv6 - if grep -q "ipv6" /etc/openvpn/config.ovpn; then - bashio::log.warning "ipv6 configured in the ovpn file but not compatible with the addon. You should remove it." - fi - # Set credentials if bashio::config.has_value "openvpn_username"; then openvpn_username=$(bashio::config 'openvpn_username')