projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae804c6
)
Add mailto before exit
author
Carl N Baldwin
<cnb@hpsvcnb.fc.hp.com>
Thu, 27 Oct 2005 19:27:50 +0000
(13:27 -0600)
committer
Carl N Baldwin
<cnb@hpsvcnb.fc.hp.com>
Thu, 27 Oct 2005 19:27:50 +0000
(13:27 -0600)
scripts/pack-image.sh
patch
|
blob
|
history
diff --git
a/scripts/pack-image.sh
b/scripts/pack-image.sh
index 92afa19539e1d0c456de66d0d9cb1b2c9b3bc0c0..9d1e5b28fb79a194ee894ceb079e7f3490fffe8b 100755
(executable)
--- a/
scripts/pack-image.sh
+++ b/
scripts/pack-image.sh
@@
-57,6
+57,8
@@
umount $isomountdir
echo "Calculating md5sum for image"
md5sum $isoimage | awk '{print$1}' > $isoimage.md5sum
+cat $statusfile | mailx -s "DVD image available to burn - $today" $mailto
+
exit 0
# Burn the iso image