From 95f1a242b7ed6878b1016de14fe5bef703fb4dc4 Mon Sep 17 00:00:00 2001
From: Carl Baldwin <cnb@ball.(none)>
Date: Sun, 30 Oct 2005 20:26:56 -0700
Subject: [PATCH] Forgot to include the disk's md5sum in the email

---
 scripts/burn-imgs.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/burn-imgs.sh b/scripts/burn-imgs.sh
index 52296e8..81cbee0 100755
--- a/scripts/burn-imgs.sh
+++ b/scripts/burn-imgs.sh
@@ -57,6 +57,8 @@ date >> $img.stat
   cat $img.md5sum
   echo
   echo "md5sum of burned disks:"
+  cat $md5sum
+  echo
   cat $img.stat
   echo
   cat $logfile
-- 
2.34.1