this is my life now. infinite frustration cast upon me by an evil curse \
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user