This commit is contained in:
2026-06-13 13:24:11 -06:00
parent 584d4e9075
commit 34fc3f4f9c
+1 -1
View File
@@ -6,7 +6,7 @@
IFS=$'\n\t'
unix_seconds=$(date +%s)
key_path="keystore/private_ed25519_${unix_seconds}"
key_path="./.private_ed25519_${unix_seconds}"
signature_tag="file-integrity"
out_dir="./out"
inner_dir="$out_dir/contents"