diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index dd3104c33..dc7dd3ee4 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -20,9 +20,7 @@ if bashio::config.true 'openvpn_enabled'; then echo "${openvpn_password}" >> /etc/openvpn/credentials sed -i 's/auth-user-pass.*/auth-user-pass \/etc\/openvpn\/credentials/g' /etc/openvpn/config.ovpn - touch /etc/openvpn/up.sh - touch /etc/openvpn/down.sh - sed -i "1a\/etc/openvpn/up-qbittorrent.sh \"\${4}\" &\n" /etc/openvpn/up.sh + #sed -i "1a\/etc/openvpn/up-qbittorrent.sh \"\${4}\" &\n" /etc/openvpn/up.sh bashio::log.info "openvpn correctly set, please modify manually qbittorrent options to select it" # CONFIGURE QBITTORRENT