disable COMMAND

This commit is contained in:
Alexandre
2025-05-15 10:04:13 +02:00
committed by GitHub
parent 8eb7ef25f4
commit 6cd538dd2f

View File

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