Added checks for failed md5sum calculation.
authorAlan Jack Pippin <ajp@pippin.(none)>
Thu, 5 Jan 2006 06:08:29 +0000 (23:08 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 5 Jan 2006 06:08:29 +0000 (23:08 -0700)
scripts/pack-image.sh

index 05290353374ffae80689d09d72d106b2b64365fe..ea702a5b767c48039455751d21177f402359999b 100755 (executable)
@@ -120,6 +120,8 @@ echo "-> Calculating md5sum for image"
 md5sum $isoimage | awk '{print$1}' > $isoimage.md5sum
 
 [ $? != 0 ] && err "Unable to calculate the md5sum for this image: $isoimage"
+[ -z "$isoimage.md5sum" ] && err "Unable to calculate the md5sum for this image: $isoimage"
+[ -s "$isoimage.md5sum" ] || err "Unable to calculate the md5sum for this image: $isoimage"
 
 cat $statusfile | mailx -s "DVD image available to burn - $today" $mailto