X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=scripts%2Fpack-image.sh;h=ea702a5b767c48039455751d21177f402359999b;hb=35c9937fd3a863e5dbc5005ecb4f31219bdbf686;hp=05290353374ffae80689d09d72d106b2b64365fe;hpb=847e9a230de55f7dd4d9cd0d9a2845a6377b26c5;p=backups%2F.git diff --git a/scripts/pack-image.sh b/scripts/pack-image.sh index 0529035..ea702a5 100755 --- a/scripts/pack-image.sh +++ b/scripts/pack-image.sh @@ -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