Ignore:
Timestamp:
05/17/05 17:08:26 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7030 r7052  
    105105do
    106106   no=`printf %08d $sequence | cut -c 4`
    107    path="/magic/data/star/"`printf %04d $no`"/"`printf %08d $sequence`
    108    starfile=$path/star`printf %08d $sequence`.root
    109    fillstarlogpath=$logpath/fillstar/`printf %04d $no`
     107   no2=`printf %08d $sequence`
     108   path="/magic/data/star/$no/$no2"
     109   starfile=$path/star$no2.root
     110   fillstarlogpath=$logpath/fillstar/$no
    110111   echo "fillstarlogpath: "$fillstarlogpath >> $scriptlog 2>&1
    111112   if [ ! -d $fillstarlogpath ]
     
    125126      1)   echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1
    126127           echo "-> inserting the status for fillstar for sequence $sequence into the db" >> $scriptlog 2>&1
    127            setstatuslogpath=$logpath/setstatus/fillstar/`printf %04d $no`
     128           setstatuslogpath=$logpath/setstatus/fillstar/$no
    128129           if [ ! -d $setstatuslogpath ]
    129130           then
Note: See TracChangeset for help on using the changeset viewer.