mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 00:55:15 +02:00
Update 99-run.sh
This commit is contained in:
@@ -15,7 +15,8 @@ echo " "
|
|||||||
|
|
||||||
bashio::log.info "Starting app..."
|
bashio::log.info "Starting app..."
|
||||||
COMMAND="$(bashio::config "COMMAND")"
|
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
|
# Wait for app to become available to start nginx
|
||||||
bashio::net.wait_for 8080 localhost 900
|
bashio::net.wait_for 8080 localhost 900
|
||||||
|
|||||||
Reference in New Issue
Block a user