From fc7ffa6e97d11a4ac6099b50182be3acfdb46a8e Mon Sep 17 00:00:00 2001 From: Carl Baldwin Date: Thu, 27 Oct 2005 22:05:46 -0600 Subject: [PATCH] Oops, only mail if dvd was actually burned --- scripts/burn-imgs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/burn-imgs.sh b/scripts/burn-imgs.sh index fd8dd2c..c128752 100755 --- a/scripts/burn-imgs.sh +++ b/scripts/burn-imgs.sh @@ -28,6 +28,6 @@ if [ -n "$img" ]; then rm -f $img{,.md5sum,.stat} rmdir $img.mnt fi -fi -echo $img | mailx -s "DVD burned. File it as ${img%.*}" $mailto + echo $img | mailx -s "DVD burned. File it as ${img%.*}" $mailto +fi -- 2.34.1