mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Dump checksums to screen after generating checksums file
This commit is contained in:
parent
89a7ad737d
commit
9788e75dc9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ../..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue