diff --git a/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh b/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh index 066ec765d..c7b53ff42 100644 --- a/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh +++ b/transmission_openvpn/rootfs/etc/cont-init.d/99-run.sh @@ -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