Some clean-up
authorCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Wed, 2 Nov 2005 18:13:30 +0000 (11:13 -0700)
committerCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Wed, 2 Nov 2005 18:13:30 +0000 (11:13 -0700)
scripts/burn-imgs.sh
scripts/pack-image.sh

index a382d50911578a1ed1336c9170e4d15792823ade..0870b0d87b70a69296bfda06f6993b091eb603bf 100755 (executable)
@@ -65,7 +65,7 @@ date >> $img.stat
   cat $img.stat
   echo
   cat $logfile
-} | mailx -s "DVD burned.  File as ${img%.*}" $mailto > $logfile 2>&1
+} | mailx -s "DVD burned.  File as $(basename ${img%.*})" $mailto > $logfile 2>&1
 
 # Two lines in the stat file indicate two successful burns.  Clean-up the image.
 if [ "$(wc -l $img.stat 2>/dev/null | awk '{print$1}')" == "2" ]; then
index 89c9c0e69035b381859446526701753f37dc9ac1..327d374b27762d5b741e6456e5fe709dc2f5c26e 100755 (executable)
@@ -14,9 +14,6 @@ restorescript="$scriptsdir/restore.sh"
 
 echo "Creating directories"
 mkdir --mode=700 -p $datadir $imagedir $isomountdir $tmpdir
-chgrp backup $imagedir
-chmod g+s    $imagedir
-chmod g+w    $imagedir
 
 echo "Creating the iso image in $isoimage"
 dd if=/dev/null of=$isoimage bs=1M count=0 seek=4440