From 8d68f2c38386cfff16a0269c86ac2ee1eea5abbe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:31:06 +0200 Subject: [PATCH] Update 30-monitoring.sh --- birdnet-pi/rootfs/custom-services.d/30-monitoring.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index 621f89e27c3..19f72b544a3 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash # shellcheck shell=bash +# Adapted from https://github.com/mcguirepr89/BirdNET-Pi/issues/393#issuecomment-1166445710 # Define logging functions log_green() { echo -e "\033[32m$1\033[0m" }