diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index e95d87bce..854e71163 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -51,6 +51,7 @@ if [ $DB_TYPE = "sqlite" ]; then export WT_NAME=$(bashio::config 'WT_NAME') export WT_PASS=$(bashio::config 'WT_PASS') export WT_EMAIL=$(bashio::config 'WT_EMAIL') + bashio::log.info "Using a local sqlite database $WEBTREES_HOME/$DB_NAME please wait then login with $WT_USER : $WT_PASS" fi ################ @@ -101,7 +102,6 @@ cd / DB_NAME=$(echo $DB_NAME | tr -d '"') -bashio::log.info "Starting apache, using database $WEBTREES_HOME/$DB_NAME please wait then login with $WT_USER : $WT_PASS" bashio::log.info "Webui can be accessed at : $BASE_URL" exec apache2-foreground