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

This commit is contained in:
2026-05-23 11:52:10 -06:00
parent ed0079c399
commit ce90c2f6fd
+4 -4
View File
@@ -248,8 +248,8 @@ read -r -s attribution_passphrase_check
echo echo
printf "auditing attribution passphrase" printf "auditing attribution passphrase"
ret=$(audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check") audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"
checkcode $ret checkcode $?
if [[ "$attribution_passphrase" != "$attribution_passphrase_check" ]]; then if [[ "$attribution_passphrase" != "$attribution_passphrase_check" ]]; then
echo -e "\n\n\033[0;31mAttribution passphrases do not match! Exiting!\033[0m\n\n" echo -e "\n\n\033[0;31mAttribution passphrases do not match! Exiting!\033[0m\n\n"
@@ -307,8 +307,8 @@ read -r -s keystore_passphrase_check
echo echo
printf "auditing keystore passphrase..." printf "auditing keystore passphrase..."
ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check") audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check"
checkcode $ret checkcode $?
if [[ "$keystore_passphrase" != "$keystore_passphrase_check" ]]; then if [[ "$keystore_passphrase" != "$keystore_passphrase_check" ]]; then
echo -e "\n\n\033[0;31mKeystore passphrases do not match! Exiting!\033[0m\n\n" echo -e "\n\n\033[0;31mKeystore passphrases do not match! Exiting!\033[0m\n\n"