Allow custom commands

This commit is contained in:
Alexandre
2024-04-22 16:28:42 +02:00
committed by GitHub
parent 5a5bd3c568
commit b607ec2060

View File

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