From a32f1626254f1c9718cca01107cdc9bb2744d11c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Oct 2021 21:36:18 +0200 Subject: [PATCH] Update run.sh --- webtrees/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/run.sh b/webtrees/rootfs/run.sh index 7a8a2b71a..e5506d17d 100644 --- a/webtrees/rootfs/run.sh +++ b/webtrees/rootfs/run.sh @@ -43,7 +43,7 @@ if bashio::config.true 'ssl'; then export HTTPS=true export SSL=true BASE_URL=$BASE_URL:$(bashio::addon.port 443) - export BASE_URL="${BASE_URL/http/https}" + export BASE_URL="${BASE_URL/http:/https:}" #Communication bashio::log.info "Ssl enabled. If webui don't work, disable ssl or check your certificate paths"