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-06 11:00:29 +02:00
parent 712c2057ec
commit 1ce64e97cc
2 changed files with 53 additions and 23 deletions

View File

@@ -26,6 +26,6 @@ color_echo() {
declare c="$1"
shift
declare msg="${*}"
printf "%b[INFO]%b %b%s %b%b" "${c}" "${RES}" "${WHI}" "${msg}" "${RES}" "${NL}" | tee -a "${VAR_DIALOG}"
printf "%b[INFO]%b %s %b" "${c}" "${RES}" "${msg}" "${NL}" | tee -a "${VAR_DIALOG}"
}
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh