X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=scripts%2Fburn-imgs.sh;fp=scripts%2Fburn-imgs.sh;h=a2793fe48136326c89fe571fa6baf49071e7835e;hb=9156c1a4bf85e6a6fb9f27eb387cc95414b7cab0;hp=0870b0d87b70a69296bfda06f6993b091eb603bf;hpb=2627a2ef3b9a158282133c143a417d99de4b2d66;p=backups%2F.git diff --git a/scripts/burn-imgs.sh b/scripts/burn-imgs.sh index 0870b0d..a2793fe 100755 --- a/scripts/burn-imgs.sh +++ b/scripts/burn-imgs.sh @@ -44,7 +44,7 @@ $cronstopstart start # Now verify the disk by running md5sum on the entire contents of the disk md5sum=$(tempfile) -dd if=$dev bs=1M count=4440 2>$logfile | md5sum | awk '{print$1}' > $md5sum +dd if=$dev bs=1M count=4440 2>>$logfile | md5sum | awk '{print$1}' > $md5sum # Check that the md5sums match if ! cmp $md5sum $img.md5sum; then