mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 19:34:05 +02: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
|
chmod 777 /usr/bin/birdnet_to_mqtt.py
|
||||||
|
|
||||||
# Start python
|
# 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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user