From 60815798dc3a417cc2a8d55e94790055931fde34 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:02:23 +0100 Subject: [PATCH] Update launcher.sh --- webtrees/rootfs/etc/scripts/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/etc/scripts/launcher.sh b/webtrees/rootfs/etc/scripts/launcher.sh index ce9459f8b..82f625179 100755 --- a/webtrees/rootfs/etc/scripts/launcher.sh +++ b/webtrees/rootfs/etc/scripts/launcher.sh @@ -18,5 +18,5 @@ if [ ! -f "%%data_location%%/config.ini.php" ]; then bashio::log.info "As you don't have the MariaDB addon running, you should likely select sqlite as database, when the name webtrees" fi else - bashio::log.info "Webtrees started. You can access your webui at : %%baseurl%%" + bashio::log.info "Webtrees started. You can access your webui at : %%base_url%%" fi