MQTT Sensor

This commit is contained in:
thor0215
2024-06-28 11:05:06 -05:00
parent 1a16faefa1
commit fb9906536a
2 changed files with 5 additions and 1 deletions

View File

@@ -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