This commit is contained in:
2025-11-07 06:55:50 -07:00
parent 950e9547c8
commit d16fcc794e
+1
View File
@@ -44,6 +44,7 @@ imgsize=$(du -h $imgname)
if [ ! -z "$2" ]; then if [ ! -z "$2" ]; then
# img sha256 # img sha256
echo "creating sha256 checksum of $imgname"
sha256sum $imgname | tee -a $info sha256sum $imgname | tee -a $info
fi fi