Update 99-run.sh

This commit is contained in:
Alexandre
2024-12-05 06:31:12 +01:00
committed by GitHub
parent 38feafc2db
commit e1d84b557c

View File

@@ -40,7 +40,7 @@ function shutdown_postgres {
exit 0
}
trap 'shutdown_postgres' SIGTERM SIGINT
#trap 'shutdown_postgres' SIGTERM SIGINT
# Start background tasks
if [ "$(bashio::info.arch)" != "armv7" ]; then
@@ -55,5 +55,7 @@ else
POSTGRES_PID=$!
fi
bashio::log.info "Started!"
# Wait for processes to finish
# wait "$VECTOR_PID" "$POSTGRES_PID"