mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 03:11:02 +01:00
8 lines
209 B
Bash
8 lines
209 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"
|
|
|
|
exec apache2-foreground
|