V9.14.018.2026.06.07
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2026-06-07 11:42:19 +01:00
parent 421589285f
commit a37a16d86e
@@ -32,7 +32,7 @@ set -eu
# Arguments:
# None
# Returns:
# 0: always, device-node setup is best-effort only
# 0: Always. Device-node setup is best-effort only
#######################################
ensure_minimal_dev_nodes() {
mknod_cmd=""
@@ -122,7 +122,7 @@ console_printf() {
# Arguments:
# None
# Returns:
# 0: always, console cleanup failure is not fatal
# 0: Always. Console cleanup failure is not fatal.
#######################################
console_clear_line() {
console_printf '\r\033[K'
@@ -158,7 +158,7 @@ wait_for_local_unlock_activation() {
fi
printf '\e[93m[INFO] Press Enter for local unlock: \e[0m' >&9 || :
printf '\e[93m[INFO] CISS LUKS decryption : Press Enter for local unlock: \n\e[0m' >&9 || :
IFS= read -r _ <&9
LOCAL_UNLOCK_READ_STATUS="$?"