fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-07-23 08:58:09 +00:00
committed by github-actions[bot]
parent 3539f328fb
commit f5428e0950
224 changed files with 5663 additions and 5662 deletions

View File

@@ -4,8 +4,8 @@ set -e
# Remove not working elements
if bashio::config.true "NO_NOISE_MODEL"; then
bashio::log.info "Activating the no_noise models as NO_NOISE_MODEL is true"
sed -i "s|server.py --area|server.py --no_noise on --area|g" "$HOME"/BirdNET-Pi/scripts/batnet_analysis.sh
bashio::log.info "Activating the no_noise models as NO_NOISE_MODEL is true"
sed -i "s|server.py --area|server.py --no_noise on --area|g" "$HOME"/BirdNET-Pi/scripts/batnet_analysis.sh
fi
# Add batnet service to monitoring service
@@ -14,15 +14,15 @@ sed -i "s|spectrogram_viewer |spectrogram_viewer batnet_server |g" /custom-servi
# Install gotty for amd64
if [ "$(uname -m)" == "x86_64" ]; then
bashio::log.info "Install gotty for amd64"
curl -L https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz | tar xz -C /tmp
mv /tmp/gotty /usr/local/bin/gotty
chmod +x /usr/local/bin/gotty
sed -i "s| -P log| log|g" "$HOME"/BirdNET-Pi/templates/birdnet_log.service
bashio::log.info "Install gotty for amd64"
curl -L https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz | tar xz -C /tmp
mv /tmp/gotty /usr/local/bin/gotty
chmod +x /usr/local/bin/gotty
sed -i "s| -P log| log|g" "$HOME"/BirdNET-Pi/templates/birdnet_log.service
fi
# Make sure bats model is on
echo 'sed -i "/BATS_ANALYSIS=/c\BATS_ANALYSIS=1" /config/birdnet.conf' >>/etc/cont-init.d/81-modifications.sh
echo 'sed -i "/BATS_ANALYSIS=/c\BATS_ANALYSIS=1" /config/birdnet.conf' >> /etc/cont-init.d/81-modifications.sh
# Disable monitoring service
sed -i "1a sleep infinity" /custom-services.d/30-monitoring.sh