Update launcher.sh

This commit is contained in:
Alexandre
2025-01-06 09:02:23 +01:00
committed by GitHub
parent 677e8af893
commit 60815798dc

View File

@@ -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