Index: trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7926)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7938)
@@ -43,5 +43,5 @@
 lockfile=$lockpath/lock-$program.txt
 
-scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
+scriptlogpath=$runlogpath/$program
 makedir $scriptlogpath
 scriptlog=$scriptlogpath/$program-$datetime.log
@@ -69,4 +69,5 @@
 do 
    no=`printf %08d $dataset | cut -c 0-5`
+   no2=`printf %08d $dataset`
    var1=$no
    var2=$dataset
@@ -84,5 +85,5 @@
    echo "sequences: "${sequences[@]} >> $scriptlog 2>&1
 
-   outpath=$logpath/$program/$no
+   outpath=$logpath/$program/$no/$no2
    makedir $outpath  >> $scriptlog 2>&1 
    
