mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Allow custom commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user