Ignore:
Timestamp:
08/25/06 14:51:40 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/checkstardone

    r7926 r7938  
    4343lockfile=$lockpath/lock-$program.txt
    4444
    45 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     45scriptlogpath=$runlogpath/$program
    4646makedir $scriptlogpath
    4747scriptlog=$scriptlogpath/$program-$datetime.log
     
    6969do
    7070   no=`printf %08d $dataset | cut -c 0-5`
     71   no2=`printf %08d $dataset`
    7172   var1=$no
    7273   var2=$dataset
     
    8485   echo "sequences: "${sequences[@]} >> $scriptlog 2>&1
    8586
    86    outpath=$logpath/$program/$no
     87   outpath=$logpath/$program/$no/$no2
    8788   makedir $outpath  >> $scriptlog 2>&1
    8889   
Note: See TracChangeset for help on using the changeset viewer.