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/insertdatasets

    r7902 r7938  
    4242lockfile=$lockpath/lock-insertdatasets.txt
    4343
    44 scriptlogpath=$logpath/run/insertdatasets/`date +%Y/%m`
     44scriptlogpath=$runlogpath/$program
    4545makedir $scriptlogpath
    4646
     
    6565   no2=`grep 'AnalysisNumber:' $datasetfile | sed -e 's/AnalysisNumber://g' | sed -e 's/ //g'`
    6666   no3=`printf %08d $no2`
     67   no4=`printf %08d $no2 | cut -c 1-5`
    6768   # compare the two datasetnumber
    6869   # continue only if number is the same
     
    9394   echo " " >> $scriptlog 2>&1
    9495   
    95    insertdatasetpath=$logpath/insertdataset/$no3
     96   insertdatasetpath=$logpath/insertdataset/$no4
    9697   makedir $insertdatasetpath >> $scriptlog 2>&1
    9798   insertdatasetlog=$insertdatasetpath/insertdataset-$no3.log
Note: See TracChangeset for help on using the changeset viewer.