From e1efae469dae1907886abd090b6e25ad655dbd24 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 07:38:39 -0600 Subject: [PATCH] sum updoots --- create-attributable-archive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index ee50c41..c9a35eb 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -67,8 +67,8 @@ printf "changing directory back..." cd .. checkcode $? -echo "Enter attribution passphrase:" echo +echo "Enter attribution passphrase:" read -r -s attribution_passphrase echo echo "Enter attribution passphrase again:" @@ -108,8 +108,8 @@ printf "moving out.7z to archives..." mv out.7z "archives/verifiable_archive_${unix_seconds}.7z" > /dev/null 2>&1 checkcode $? -echo "input keystore passphrase:" echo +echo "input keystore passphrase:" read -r -s keystore_passphrase echo echo "input keystore passphrase (again):"