Skip to content

Commit

Permalink
Clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 5, 2024
1 parent 75bdf52 commit 027b090
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions birdnet-pi/rootfs/etc/cont-init.d/01-structure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e
# SET /CONFIG #
###############

echo " "
bashio::log.info "Ensuring the file structure is correct:"

# Create default configuration files if not present
Expand Down Expand Up @@ -87,4 +86,3 @@ mkdir -p "$MPLCONFIGDIR"
chown pi:pi "$MPLCONFIGDIR"
chmod 777 "$MPLCONFIGDIR"

echo " "
3 changes: 0 additions & 3 deletions birdnet-pi/rootfs/etc/cont-init.d/31-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e
# CHECK BIRDNET.CONF #
######################

echo " "
bashio::log.info "Checking your birdnet.conf file integrity"

# Set variables
Expand Down Expand Up @@ -46,7 +45,6 @@ fi
# PERFORM UPDATE #
##################

echo " "
bashio::log.info "Performing potential updates"

# Adapt update_birdnet_snippets
Expand All @@ -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 " "
2 changes: 0 additions & 2 deletions birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e
# ADD FEATURES #
################

echo " "
bashio::log.info "Adding optional features"

# Denoiser
Expand Down Expand Up @@ -60,4 +59,3 @@ if bashio::config.true "PROCESSED_FOLDER_ENABLED" && ! grep -q "processed_size"
sed -i "/os.remove(file.file_name)/c\ os.remove(file.file_name)" "$HOME"/BirdNET-Pi/scripts/birdnet_analysis.py
fi || true

echo " "
2 changes: 0 additions & 2 deletions birdnet-pi/rootfs/etc/cont-init.d/91-nginx_ingress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if [ -z "$ingress_entry" ]; then
exit 0
fi

echo " "
bashio::log.info "Adapting for ingress"
echo "... setting up nginx"

Expand Down Expand Up @@ -59,4 +58,3 @@ else
exit 1
fi

echo " "
1 change: 0 additions & 1 deletion birdnet-pi/rootfs/etc/cont-init.d/92-ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ if bashio::config.true 'ssl'; then
fi
fi

echo " "

0 comments on commit 027b090

Please sign in to comment.