From 2c64c6332396f7eb74005dc85fe2317eef61352c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Dec 2022 15:56:19 +0100 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/etc/cont-init.d/99-run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webtrees/rootfs/etc/cont-init.d/99-run.sh b/webtrees/rootfs/etc/cont-init.d/99-run.sh index 2bb13f62f..069c20612 100755 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -82,6 +82,11 @@ if bashio::config.true 'ssl'; then #Communication bashio::log.info "Ssl enabled. If webui don't work, disable ssl or check your certificate paths" + +else + +export HTTPS=false + fi ##############