mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-05 12:42:30 +02:00
Update entrypoint command in 99-run.sh
This commit is contained in:
@@ -38,7 +38,7 @@ fi
|
|||||||
|
|
||||||
bashio::log.info "Starting app..."
|
bashio::log.info "Starting app..."
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
/usr/bin/entrypoint.sh birdnet-go realtime &
|
/usr/bin/entrypoint.sh /usr/bin/startup-wrapper.sh birdnet-go realtime &
|
||||||
true
|
true
|
||||||
|
|
||||||
# Wait for app to become available to start nginx
|
# Wait for app to become available to start nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user