mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Update start.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user