V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 39s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-24 21:48:17 +02:00
parent cc3f189f42
commit 98e99aa83c

View File

@@ -50,7 +50,7 @@ do_should_log() {
# Log level color retriever.
# Globals:
# BLU
# C_GRN
# GRE
# MAG
# RED
# WHI
@@ -61,7 +61,7 @@ do_should_log() {
do_get_log_color() {
case "${1,,}" in
debug) echo "${WHI}" ;;
info) echo "${C_GRN}" ;;
info) echo "${GRE}" ;;
notice) echo "${YEL}" ;;
warn | error | critical) echo "${RED}" ;;
fatal | emergency) echo "${MAG}" ;;