other base image

This commit is contained in:
Alexandre
2024-04-26 12:20:29 +02:00
parent 2746724ce5
commit 03f79bf0a5
83 changed files with 695 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
set -e
#################
# INITALISATION #
#################
# Starting dbus
echo "Starting service: dbus"
service dbus start
bashio::log.info "ALSA_CARD option is set to $(bashio::config "ALSA_CARD"). If the microphone doesn't work, please adapt it"
echo " "
########################
# CONFIGURE birdnet-pi2 #
########################
bashio::log.info "Starting app..."
if [ ! -f /config/birdnet.conf ]; then
cp /etc/birdnet/birdnet.conf /config
fi