From daff59193beef787ecac5d133d3b43c9477f05aa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Dec 2022 16:18:34 +0100 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/etc/cont-init.d/99-run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webtrees/rootfs/etc/cont-init.d/99-run.sh b/webtrees/rootfs/etc/cont-init.d/99-run.sh index f3727fdc6..297e51a40 100755 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -87,6 +87,10 @@ else fi +if bashio::config.true "base_url_portless"; then + export BASE_URL=$(bashio::config 'BASE_URL') +fi + ############## # LAUNCH APP # ##############