diff --git a/webtrees/rootfs/end.sh b/webtrees/rootfs/end.sh deleted file mode 100644 index 8f54469d6..000000000 --- a/webtrees/rootfs/end.sh +++ /dev/null @@ -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