From fa658fa4fb9b993ba6d0058a0a2b8a698fbda0a4 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 07:46:40 -0600 Subject: [PATCH] sum updoots --- create-attributable-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 718525f..2ad3075 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -122,7 +122,7 @@ checkcode $? # unset keystore_passphrase_check > /dev/null 2>&1 printf "archivin keys..." -7z a "keystore/keystore_${unix_seconds}.7z" "private_*" "private_*.pub" "attribution_passphrase_${unix_seconds}.txt" -p$keystore_passphrase -mhe=on # > /dev/null 2>&1 +7z a "keystore/keystore_${unix_seconds}.7z" "private_*" "private_*.pub" "attribution_passphrase_${unix_seconds}.txt" -p -mhe=on # > /dev/null 2>&1 checkcode $? printf "testing key archive..."