diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 309c58b65..14de8f1be 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -49,12 +49,12 @@ do fi fi fi -done < "$1" +done < "$file" + +# Standardize lf +dos2unix "$file" } - - # Standardize lf - #find /config/openvpn/ -type f -print0 | xargs -0 dos2unix -ic0 | xargs -0 dos2unix -b - + ##################### # CONFIGURE OPENVPN # #####################