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