From 682559a05adc3e9c2ac23f5f05989c739c48ce0e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Oct 2021 22:53:14 +0200 Subject: [PATCH] Update start.sh --- webtrees/rootfs/start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index 69b0ae8f6..61238b1da 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -75,8 +75,7 @@ if bashio::config.true 'ssl'; then export BASE_URL="${BASE_URL/http/https}" #Communication - bashio::log.info "Ssl enabled at path $BASE_URL. If webui don't work, disable ssl or check your certificate paths" - + bashio::log.info "Ssl enabled. If webui don't work, disable ssl or check your certificate paths" fi ##############