From 555cc9c14224db45ba125083094da643a8094350 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 08:16:27 -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 c2a3ac5..ac659d7 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -172,11 +172,11 @@ unset keystore_passphrase_check > /dev/null 2>&1 checkcode $? printf "archivin keys..." -7z a "keystore/keystore_${unix_seconds}.7z" "private_*" "attribution_passphrase_${unix_seconds}.txt" -p"$keystore_passphrase" -mhe=on > /dev/null 2>&1 +7z a "keystore/keystore_${unix_seconds}.7z" "private_*" "attribution_passphrase_*" -p"$keystore_passphrase" -mhe=on # > /dev/null 2>&1 checkcode $? printf "testing key archive..." -7z t "keystore/keystore_${unix_seconds}.7z" -p"$keystore_passphrase" > /dev/null 2>&1 +7z t "keystore/keystore_${unix_seconds}.7z" -p"$keystore_passphrase" # > /dev/null 2>&1 checkcode $? printf "unsetting keystore passphrase"