this is my life now. infinite frustration cast upon me by an evil curse \

This commit is contained in:
2026-05-23 11:56:10 -06:00
parent 96ffe5e70a
commit a71bff6a6c
+4 -4
View File
@@ -248,8 +248,8 @@ read -r -s attribution_passphrase_check
echo echo
printf "auditing attribution passphrase" printf "auditing attribution passphrase"
audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check" ret=$(audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check")
checkcode $? echo $ret
printf "unsetting attribution_passphrase_check" printf "unsetting attribution_passphrase_check"
unset attribution_passphrase_check > /dev/null 2>&1 unset attribution_passphrase_check > /dev/null 2>&1
@@ -299,8 +299,8 @@ read -r -s keystore_passphrase_check
echo echo
printf "auditing keystore passphrase..." printf "auditing keystore passphrase..."
audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check" ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check")
checkcode $? echo -e "$ret"
printf "unsetting keystore passphrase check" printf "unsetting keystore passphrase check"
unset keystore_passphrase_check > /dev/null 2>&1 unset keystore_passphrase_check > /dev/null 2>&1