mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Update start.sh
This commit is contained in:
@@ -84,4 +84,14 @@ fi
|
|||||||
|
|
||||||
cd /
|
cd /
|
||||||
./docker-entrypoint.sh
|
./docker-entrypoint.sh
|
||||||
./end.sh
|
|
||||||
|
############
|
||||||
|
# END INFO #
|
||||||
|
############
|
||||||
|
|
||||||
|
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