Delete end.sh

This commit is contained in:
Alexandre
2021-10-22 23:16:30 +02:00
committed by GitHub
parent 5e791c10d9
commit 2c77f4c63d

View File

@@ -1,8 +0,0 @@
#!/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