meatballs i wanted meatballs god damn it

This commit is contained in:
2026-05-23 14:40:28 -06:00
parent cc26042284
commit d8a80a9ac0
+1 -1
View File
@@ -330,7 +330,7 @@ read -r -s keystore_passphrase_check
printf '\n'
printf 'Auditing keystore passphrase...\n'
ret="$(audit_passphrase \"$keystore_passphrase\" \"$keystore_passphrase_check\")"
ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check")
echo -e "$ret"
printf 'Unsetting keystore_passphrase_check...\n'