Files
hassio-addons/webtrees/rootfs/end.sh
2021-10-22 22:53:49 +02:00

9 lines
265 B
Bash

#!/usr/bin/env bashio
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