Remove trailing /

https://github.com/alexbelgium/hassio-addons/issues/1919
This commit is contained in:
Alexandre
2025-07-07 08:29:50 +02:00
committed by GitHub
parent 9c973e580a
commit ddf9afe61c

View File

@@ -15,6 +15,7 @@ ND_LOGLEVEL=$(bashio::config 'log_level')
export ND_LOGLEVEL
ND_BASEURL=$(bashio::config 'base_url')
ND_BASEURL="${ND_BASEURL%/}"
export ND_BASEURL
if bashio::config.true 'ssl'; then