Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-09 13:18:46 +02:00
committed by GitHub
parent ab27949181
commit 8666b1ae54

View File

@@ -118,11 +118,6 @@ if [ -f "$WEBTREES_HOME"/data/config.ini.php ]; then
sed -i "$LINE d" "$WEBTREES_HOME"/data/config.ini.php
fi || true
# Execute main script
echo "python3 /docker-entrypoint.py"
cd /
python3 /docker-entrypoint.py & echo "Starting"
############
# END INFO #
############
@@ -132,4 +127,7 @@ DB_NAME=$(echo "$DB_NAME" | tr -d '"')
bashio::log.info "Data is stored in $WEBTREES_HOME"
bashio::log.info "Webui can be accessed at : $BASE_URL"
#exec apache2-foreground
# Execute main script
echo "python3 /docker-entrypoint.py"
cd /
python3 /docker-entrypoint.py