Browse Source

Dump checksums to screen after generating checksums file

Antony Messerli 9 years ago
parent
commit
9788e75dc9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/prep-release.sh

+ 1 - 0
script/prep-release.sh

@@ -78,6 +78,7 @@ for ipxe_disk in `ls .`
 do
 do
   sha256sum $ipxe_disk >> ../netboot.xyz-sha256-checksums.txt
   sha256sum $ipxe_disk >> ../netboot.xyz-sha256-checksums.txt
 done
 done
+cat ../netboot.xyz-sha256-checksums.txt
 mv ../netboot.xyz-sha256-checksums.txt .
 mv ../netboot.xyz-sha256-checksums.txt .
 cd ../..
 cd ../..