Update 99-run.sh

This commit is contained in:
Alexandre
2024-04-22 16:31:45 +02:00
committed by GitHub
parent b607ec2060
commit c516e369a8

View File

@@ -15,7 +15,8 @@ echo " "
bashio::log.info "Starting app..."
COMMAND="$(bashio::config "COMMAND")"
/usr/bin/birdnet-go realtime $COMMAND & true
# shellcheck disable=SC2086
/usr/bin/birdnet-go $COMMAND & true
# Wait for app to become available to start nginx
bashio::net.wait_for 8080 localhost 900