Update 93-openvpn.sh

This commit is contained in:
Alexandre
2023-12-23 16:30:02 +01:00
committed by GitHub
parent 661d06fc5c
commit b1479e1c11

View File

@@ -23,7 +23,7 @@ if bashio::config.true 'openvpn_enabled'; then
curl -s ipecho.net/plain > /currentip curl -s ipecho.net/plain > /currentip
# Standardize lf # Standardize lf
find /config/openvpn/ -type f -print0 | xargs -0 dos2unix -ic0 | xargs -0 dos2unix -b #find /config/openvpn/ -type f -print0 | xargs -0 dos2unix -ic0 | xargs -0 dos2unix -b
##################### #####################
# CONFIGURE OPENVPN # # CONFIGURE OPENVPN #