1779539559

This commit is contained in:
2026-05-23 06:32:38 -06:00
parent 06d688d802
commit 12046b6d02
+7 -1
View File
@@ -59,8 +59,14 @@ printf "ssh: signing out/contents.7z"
ssh-keygen -Y sign -f "$key_path" -n "$signature_tag" "$out_dir/contents.7z" > /dev/null 2>&1
checkcode $?
printf "changing directory to $out_dir"
cd "$out_dir"
checkcode $?
printf "sha512: generating sha512 checksums of files in out"
sha512sum $out_dir/* > "$out_dir/checksums.sha512"
sha512sum * > "checksums.sha512"
checkcode $?
printf "changing directory back"
cd ..
checkcode $?
echo "Enter attribution passphrase:"