소스 검색

Dump checksums to screen after generating checksums file

Antony Messerli 9 년 전
부모
커밋
9788e75dc9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      script/prep-release.sh

+ 1 - 0
script/prep-release.sh

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