V8.13.440.2025.11.19
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m28s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m28s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -267,16 +267,19 @@ PID_BROKER="$!"
|
||||
|
||||
fi
|
||||
|
||||
printf "\e[93m[INFO] Enter LUKS passphrase on console: \n\e[0m" >/dev/console 2>/dev/null || break
|
||||
#printf "\e[93m[INFO] Enter LUKS passphrase on console: \n\e[0m" >/dev/console 2>/dev/null || break
|
||||
|
||||
if ! IFS= read -r PASS </dev/console 2>/dev/null; then
|
||||
#if ! IFS= read -r PASS </dev/console 2>/dev/null; then
|
||||
|
||||
break
|
||||
# break
|
||||
|
||||
fi
|
||||
#fi
|
||||
|
||||
[ -n "${PASS}" ] || continue
|
||||
|
||||
# shellcheck disable=SC2310
|
||||
PASS="$(ask_pass_console)" || continue
|
||||
|
||||
printf '%s\n' "${PASS}" >| /lib/cryptsetup/passfifo 2>/dev/null || :
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user