This commit is contained in:
thor0215
2024-07-02 09:34:33 -05:00
parent e49cccce52
commit 45f20af5a9
2 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ echo " "
bashio::log.info "Starting app..." bashio::log.info "Starting app..."
COMMAND="$(bashio::config "COMMAND")" COMMAND="$(bashio::config "COMMAND")"
# shellcheck disable=SC2086 # shellcheck disable=SC2086
/usr/bin/birdnet-go $COMMAND & true /usr/bin/birdnet-go $COMMAND & true
# Wait for app to become available to start nginx # Wait for app to become available to start nginx

View File

@@ -1,6 +1,6 @@
{ {
"name": "HA Add-ons by thor0215", "name": "HA Add-ons by alexbelgium",
"udev": true, "udev": true,
"url": "https://github.com/thor0215/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"maintainer": "thor0215" "maintainer": "alexbelgium"
} }