Skip to content

Commit

Permalink
Update 33-mqtt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jul 18, 2024
1 parent 186cae6 commit 7fb529f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions birdnet-pi/rootfs/etc/cont-init.d/33-mqtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ elif bashio::config.has_value "MQTT_HOST_manual" && bashio::config.has_value "MQ
# Copy script
cp /helpers/birdnet_to_mqtt.py /usr/bin/birdnet_to_mqtt.py
cp /helpers/birdnet_to_mqtt.sh /custom-services.d
chmod 777 /usr/bin/birdnet_to_mqtt.py
chmod 777 /custom-services.d/birdnet_to_mqtt.sh
chmod +x /usr/bin/birdnet_to_mqtt.py
chmod +x /custom-services.d/birdnet_to_mqtt.sh
fi

0 comments on commit 7fb529f

Please sign in to comment.