mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Create 03-perform_updates.sh
This commit is contained in:
12
birdnet-pi/rootfs/etc/cont-init.d/03-perform_updates.sh
Normal file
12
birdnet-pi/rootfs/etc/cont-init.d/03-perform_updates.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/command/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
######################
|
||||
# CHECK BIRDNET.CONF #
|
||||
######################
|
||||
|
||||
echo " "
|
||||
bashio::log.info "Updating and checking your BirdNET-Pi instance"
|
||||
|
||||
exec "$HOME/BirdNET-Pi/scripts/update_birdnet_snippets.sh"
|
||||
Reference in New Issue
Block a user