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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-05 17:51:21 +02:00
parent 180d0ab727
commit 717aa782e4

View File

@@ -30,8 +30,10 @@ nuke_passphrase() {
# shellcheck disable=SC2312 # shellcheck disable=SC2312
var_nuke_rounds="$( var_nuke_rounds="$(
yq -r '.recipe[]?.control.nuke_rounds // empty | tostring' \ yq -r '
"${DIR_CNF}/partitioning.yaml" | head -n1 ( .recipe[] | .control.nuke_rounds ) // empty
| tostring
' "${DIR_CNF}/partitioning.yaml" | head -n1
)" )"
do_log "debug" "file_only" "0105() var_nuke_rounds: ${var_nuke_rounds}" do_log "debug" "file_only" "0105() var_nuke_rounds: ${var_nuke_rounds}"