Update 30-monitoring.sh

This commit is contained in:
Alexandre
2024-10-08 15:31:06 +02:00
committed by GitHub
parent 8abd2fdec3
commit 8d68f2c383

View File

@@ -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" }