mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 33-mqtt.sh
This commit is contained in:
@@ -21,6 +21,6 @@ if bashio::services.available 'mqtt'; then
|
||||
chmod 777 /usr/bin/birdnet_to_mqtt.py
|
||||
|
||||
# Start python
|
||||
"$PYTHON_VIRTUAL_ENV" /usr/bin/birdnet_to_mqtt.py & true
|
||||
"$PYTHON_VIRTUAL_ENV" /usr/bin/birdnet_to_mqtt.py &>/proc/1/fd/1 & true
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user