meatballs i wanted meatballs god damn it
This commit is contained in:
@@ -216,9 +216,9 @@ exit_cleanup() {
|
|||||||
trap error_handle ERR
|
trap error_handle ERR
|
||||||
trap exit_cleanup EXIT
|
trap exit_cleanup EXIT
|
||||||
|
|
||||||
ret=`audit_passphrase 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU' 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU'`
|
# ret=`audit_passphrase 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU' 'yw0EKY6wbSxU6KJxWN3vFZDgnSjJ4F8wqFrAJMcDxfU'`
|
||||||
echo $ret
|
# echo $ret
|
||||||
exit 0
|
# exit 0
|
||||||
|
|
||||||
require_dependencies
|
require_dependencies
|
||||||
printf 'Setting up environment...\n'
|
printf 'Setting up environment...\n'
|
||||||
@@ -285,7 +285,7 @@ read -r -s attribution_passphrase_check
|
|||||||
printf '\n'
|
printf '\n'
|
||||||
|
|
||||||
printf 'Auditing attribution passphrase...\n'
|
printf 'Auditing attribution passphrase...\n'
|
||||||
audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"
|
ret==`audit_passphrase "$attribution_passphrase" "$attribution_passphrase_check"`
|
||||||
echo "$ret"
|
echo "$ret"
|
||||||
|
|
||||||
printf 'Unsetting attribution_passphrase_check...\n'
|
printf 'Unsetting attribution_passphrase_check...\n'
|
||||||
@@ -332,7 +332,7 @@ read -r -s keystore_passphrase_check
|
|||||||
printf '\n'
|
printf '\n'
|
||||||
|
|
||||||
printf 'Auditing keystore passphrase...\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"
|
echo -e "$ret"
|
||||||
|
|
||||||
printf 'Unsetting keystore_passphrase_check...\n'
|
printf 'Unsetting keystore_passphrase_check...\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user