projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
847e9a2
)
Added checks for failed md5sum calculation.
author
Alan Jack Pippin
<ajp@pippin.(none)>
Thu, 5 Jan 2006 06:08:29 +0000
(23:08 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Thu, 5 Jan 2006 06:08:29 +0000
(23:08 -0700)
scripts/pack-image.sh
patch
|
blob
|
history
diff --git
a/scripts/pack-image.sh
b/scripts/pack-image.sh
index 05290353374ffae80689d09d72d106b2b64365fe..ea702a5b767c48039455751d21177f402359999b 100755
(executable)
--- 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