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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-21 22:29:30 +02:00
parent bf5f7ef8c9
commit 4dac665c11
4 changed files with 41 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ color_echo() { declare c="$1"; shift; declare msg="${*}"; printf "%s%s %s%s" "${
# Arguments:
# 1: Message string to print.
#######################################
die() { printf "%s✘ %s%s\n" "${RED}" "$1" "${RES}" >&2; power_off 3; }
die() { printf "%s✘ %s %s%s" "${RED}" "$1" "${RES}" "${NL}" >&2; power_off 3; }
#######################################
# Drop to bash environment.
@@ -333,7 +333,7 @@ verify_script() {
}
#######################################
# Main Programm Sequence
# Main Program Sequence
# Globals:
# CURRENTDATE
# DEVICES_LUKS