fix
This commit is contained in:
@@ -6,7 +6,7 @@ set -o pipefail
|
|||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
unix_seconds=$(date +%s)
|
unix_seconds=$(date +%s)
|
||||||
key_path="./.private_ed25519_${unix_seconds}"
|
key_path=".private_ed25519_${unix_seconds}"
|
||||||
attribution_keystore=".attribution_passphrase_${unix_seconds}"
|
attribution_keystore=".attribution_passphrase_${unix_seconds}"
|
||||||
signature_tag="file-integrity"
|
signature_tag="file-integrity"
|
||||||
out_dir="./out"
|
out_dir="./out"
|
||||||
@@ -282,6 +282,10 @@ printf 'Auditing attribution passphrase...\n'
|
|||||||
ret=`audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"`
|
ret=`audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"`
|
||||||
echo "$ret"
|
echo "$ret"
|
||||||
|
|
||||||
|
printf 'Saving Attribution Passphrase'
|
||||||
|
echo "$attribution_passphrase" > "$attribution_keystore"
|
||||||
|
checkcode $?
|
||||||
|
|
||||||
printf 'Unsetting attribution_passphrase_check...\n'
|
printf 'Unsetting attribution_passphrase_check...\n'
|
||||||
unset attribution_passphrase_check
|
unset attribution_passphrase_check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user