V8.13.536.2025.12.04
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 50s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-12-04 09:36:33 +01:00
parent d3a01ea787
commit 08a0291f16
3 changed files with 14 additions and 8 deletions

View File

@@ -382,7 +382,7 @@ main() {
fi
if [[ "${COUNTER}" -eq 3 ]]; then
if [[ "${COUNTER}" -ge 3 && "${PASS_SENT}" -eq 0 ]]; then
secure_unset_pass
break
@@ -391,6 +391,8 @@ main() {
if [[ "${PASS_SENT}" -eq 0 ]]; then
COUNTER=$((COUNTER + 1))
# shellcheck disable=SC2310
read_passphrase || continue