mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-04 10:57:43 +01:00
Update 30-monitoring.sh
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# Adapted from https://github.com/mcguirepr89/BirdNET-Pi/issues/393#issuecomment-1166445710
|
# Adapted from https://github.com/mcguirepr89/BirdNET-Pi/issues/393#issuecomment-1166445710
|
||||||
|
|
||||||
|
HOME="/home/pi"
|
||||||
|
|
||||||
# Define logging functions
|
# Define logging functions
|
||||||
log_green() { echo -e "\033[32m$1\033[0m"; }
|
log_green() { echo -e "\033[32m$1\033[0m"; }
|
||||||
log_red() { echo -e "\033[31m$1\033[0m"; }
|
log_red() { echo -e "\033[31m$1\033[0m"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user