sum updoots

This commit is contained in:
2026-05-23 07:52:07 -06:00
parent 5a8280215f
commit 5032070b5d
+2 -2
View File
@@ -164,11 +164,11 @@ 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 -mhe=on # > /dev/null 2>&1
7z a "keystore/keystore_${unix_seconds}.7z" "private_*" "private_*.pub" "attribution_passphrase_${unix_seconds}.txt" -p"$keystore_passphrase" -mhe=on # > /dev/null 2>&1
checkcode $?
printf "testing key archive..."
7z t "keystore/keystore_${unix_seconds}.7z" -p # > /dev/null 2>&1
7z t "keystore/keystore_${unix_seconds}.7z" -p"$keystore_passphrase" # > /dev/null 2>&1
checkcode $?
# unset keystore_passphrase