Clean log

This commit is contained in:
Alexandre
2024-10-05 16:23:51 +02:00
committed by GitHub
parent 75bdf5220c
commit 027b0907ab
5 changed files with 0 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ set -e
# CHECK BIRDNET.CONF #
######################
echo " "
bashio::log.info "Checking your birdnet.conf file integrity"
# Set variables
@@ -46,7 +45,6 @@ fi
# PERFORM UPDATE #
##################
echo " "
bashio::log.info "Performing potential updates"
# Adapt update_birdnet_snippets
@@ -60,4 +58,3 @@ sed -i "s|/etc/birdnet/birdnet.conf|/config/birdnet.conf|g" "$HOME"/BirdNET-Pi/s
# Execute update_birdnet_snippets
"$HOME"/BirdNET-Pi/scripts/update_birdnet_snippets.sh
echo " "