From 27785bd40a2eca9a3f4e951686ecdb94383b23bf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 Jan 2024 12:18:22 +0100 Subject: [PATCH] Correct thoughtless code https://github.com/alexbelgium/hassio-addons/issues/1192 --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 59778c7d7..7a43f4f70 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -17,10 +17,6 @@ if bashio::config.true 'openvpn_enabled'; then # Get current ip curl -s ipecho.net/plain > /currentip - # Create symlink for files - rm -r /etc/openvpn - ln -s /config/openvpn /etc/openvpn - # Function to check for files path function check_path () {