this is my life now. infinite frustration cast upon me by an evil curse \
This commit is contained in:
@@ -246,7 +246,7 @@ 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 $?
|
checkcode $?
|
||||||
|
|
||||||
# if printf "%s" "$attribution_passphrase" | cracklib-check | grep -q 'OK'; then
|
# if printf "%s" "$attribution_passphrase" | cracklib-check | grep -q 'OK'; then
|
||||||
@@ -312,7 +312,7 @@ 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 $?
|
checkcode $?
|
||||||
|
|
||||||
# if printf "%s" "$keystore_passphrase" | cracklib-check | grep -q 'OK'; then
|
# if printf "%s" "$keystore_passphrase" | cracklib-check | grep -q 'OK'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user