Update entrypoint command in 99-run.sh

This commit is contained in:
Alexandre
2026-06-04 11:20:48 +02:00
committed by GitHub
parent dbd33c5bad
commit ffdf9fa239

View File

@@ -38,7 +38,7 @@ fi
bashio::log.info "Starting app..."
# shellcheck disable=SC2086
/usr/bin/entrypoint.sh birdnet-go realtime &
/usr/bin/entrypoint.sh /usr/bin/startup-wrapper.sh birdnet-go realtime &
true
# Wait for app to become available to start nginx