V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -39,6 +39,8 @@ nuke_passphrase() {
|
|||||||
' "${DIR_CNF}/preseed.yaml" | head -n1
|
' "${DIR_CNF}/preseed.yaml" | head -n1
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
do_log "debug" "file_only" "0105() var_nuke_rounds: ${var_nuke_rounds}"
|
||||||
|
|
||||||
[[ ! -f "${var_nuke_pwd_file}" ]] && return 0
|
[[ ! -f "${var_nuke_pwd_file}" ]] && return 0
|
||||||
|
|
||||||
guard_trace on
|
guard_trace on
|
||||||
@@ -60,7 +62,7 @@ nuke_passphrase() {
|
|||||||
declare -grx VAR_NUKE_HASH="${var_temp_nuke_hash}"
|
declare -grx VAR_NUKE_HASH="${var_temp_nuke_hash}"
|
||||||
unset var_temp_nuke_hash var_temp_plain_nuke_pwd
|
unset var_temp_nuke_hash var_temp_plain_nuke_pwd
|
||||||
|
|
||||||
do_log "debug" "file_only" "0105() NUKE hash starts with: ${VAR_NUKE_HASH:0:32}..."
|
do_log "debug" "file_only" "0105() NUKE hash starts with: [${VAR_NUKE_HASH:0:32}...]"
|
||||||
|
|
||||||
guard_dir && return 0
|
guard_dir && return 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user