From 72d05f548ef3e004ffa3a1b4769400c58944b7b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Dec 2023 19:00:57 +0100 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 43f2c70ee..8832d194d 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -25,6 +25,9 @@ if bashio::config.true 'openvpn_enabled'; then # Function to check for files path function check_path () { +# Get variable +file="$1" + # Loop through each line of the input file while read line do