Update 99-run.sh

This commit is contained in:
Alexandre
2022-06-17 23:25:50 +02:00
committed by GitHub
parent 5ff1c03d74
commit d64de77528

View File

@@ -20,6 +20,7 @@ if bashio::config.true "OPENVPN_CUSTOM_PROVIDER"; then
OVPNLOCATION="$(bashio::config "OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION")"
OPENVPN_PROVIDER="${OVPNLOCATION##*/}"
OPENVPN_PROVIDER="${OPENVPN_PROVIDER%.*}"
OPENVPN_PROVIDER="${OPENVPN_PROVIDER,,}"
bashio::log.info "Custom openvpn provider selected"
# Check that ovpn file exists