mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 19:18:10 +01:00
Update 93-openvpn.sh
This commit is contained in:
@@ -23,7 +23,7 @@ if bashio::config.true 'openvpn_enabled'; then
|
||||
curl -s ipecho.net/plain > /currentip
|
||||
|
||||
# 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 #
|
||||
|
||||
Reference in New Issue
Block a user