Update 33-mqtt.sh

This commit is contained in:
Alexandre
2024-07-08 14:05:14 +02:00
committed by GitHub
parent 9ada0a6ab0
commit 1a1cbfaf79

View File

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