V8.13.528.2025.12.03
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m2s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-12-03 16:13:22 +01:00
parent 1ff53fa378
commit ccaaa0a949
4 changed files with 44 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ Verify_checksums() {
# Arguments:
# *: String to print
#######################################
log_in() { printf '\e[95m[INFO] %s \n\e[0m' "$*"; }
log_in() { printf '\e[95m[INFO] %s \n\e[0m' "$*"; }
#######################################
@@ -56,7 +56,7 @@ Verify_checksums() {
# Arguments:
# *: String to print
#######################################
log_ok() { printf '\e[92m[INFO] %s \n\e[0m' "$*"; }
log_ok() { printf '\e[92m[INFO] %s \n\e[0m' "$*"; }
#######################################
# Helper for colored text output on stdout.