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