mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 10:59:56 +02:00
Update 99-run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user