mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
MQTT Sensor
This commit is contained in:
@@ -16,6 +16,10 @@ echo " "
|
||||
bashio::log.info "Starting app..."
|
||||
COMMAND="$(bashio::config "COMMAND")"
|
||||
# shellcheck disable=SC2086
|
||||
mkdir -p /root/.config/birdnet-go
|
||||
cd /root/.config/birdnet-go
|
||||
pwd
|
||||
|
||||
/usr/bin/birdnet-go $COMMAND & true
|
||||
|
||||
# Wait for app to become available to start nginx
|
||||
|
||||
Reference in New Issue
Block a user