Update 93-openvpn.sh

This commit is contained in:
Alexandre
2023-12-24 00:07:42 +01:00
committed by GitHub
parent b90ad405bc
commit 38da9e71eb

View File

@@ -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 #
#####################