mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Update 01-battybirdnet.sh
This commit is contained in:
@@ -3,5 +3,10 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Remove not working elements
|
# Remove not working elements
|
||||||
|
if bashio::config.true "NO_NOISE_MODEL"; then
|
||||||
|
bashio::log.info "Activating the no_noise models as NO_NOISE_MODEL is true"
|
||||||
|
sed -i "s|server.py --area|server.py --no_noise on --area|g" "$HOME"/BirdNET-Pi/scripts/batnet_analysis.sh
|
||||||
|
fi
|
||||||
|
|
||||||
#sed -i "1a exit 0" /etc/cont-init.d/33-mqtt.sh
|
#sed -i "1a exit 0" /etc/cont-init.d/33-mqtt.sh
|
||||||
#sed -i "1a sleep infinity" /custom-services.d/30-monitoring.sh
|
#sed -i "1a sleep infinity" /custom-services.d/30-monitoring.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user