This commit is contained in:
2026-06-13 15:25:44 -06:00
parent b5d5b77149
commit b9ce826c3c
+5 -1
View File
@@ -6,7 +6,7 @@ set -o pipefail
IFS=$'\n\t'
unix_seconds=$(date +%s)
key_path="./.private_ed25519_${unix_seconds}"
key_path=".private_ed25519_${unix_seconds}"
attribution_keystore=".attribution_passphrase_${unix_seconds}"
signature_tag="file-integrity"
out_dir="./out"
@@ -282,6 +282,10 @@ printf 'Auditing attribution passphrase...\n'
ret=`audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"`
echo "$ret"
printf 'Saving Attribution Passphrase'
echo "$attribution_passphrase" > "$attribution_keystore"
checkcode $?
printf 'Unsetting attribution_passphrase_check...\n'
unset attribution_passphrase_check