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

This commit is contained in:
2026-05-23 11:46:19 -06:00
parent 26ca778dd1
commit d8f126a128
+2 -2
View File
@@ -246,7 +246,7 @@ read -r -s attribution_passphrase_check
echo
printf "auditing attribution passphrase"
audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"
ret=$(audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check")
checkcode $?
# if printf "%s" "$attribution_passphrase" | cracklib-check | grep -q 'OK'; then
@@ -312,7 +312,7 @@ read -r -s keystore_passphrase_check
echo
printf "auditing keystore passphrase..."
audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check"
ret=$(audit_passphrase "$keystore_passphrase" "$keystore_passphrase_check")
checkcode $?
# if printf "%s" "$keystore_passphrase" | cracklib-check | grep -q 'OK'; then