From 12046b6d02ddc7d1270c0fdb82dfa31db8501fb0 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 06:32:38 -0600 Subject: [PATCH] 1779539559 --- create-attributable-archive.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index dbccc44..0569eef 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -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:"