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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-09 00:11:35 +02:00
parent f9025c220c
commit d04bc0e564

View File

@@ -26,7 +26,7 @@ color_echo() {
declare c="$1" declare c="$1"
shift shift
declare msg="${*}" declare msg="${*}"
printf "%b[INFO]%b %s %b" "${c}" "${RES}" "${msg}" "${NL}" | tee -a "${VAR_DIALOG}" printf "%b[INFO]%b%b %s %b%b" "${c}" "${RES}" "${WHI}" "${msg}" "${RES}" "${NL}" | tee -a "${VAR_DIALOG}"
} }
####################################### #######################################