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

Legend:

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

    r7051 r7106  
    3838pno=24 # number of processes, i.e. number of todo-files
    3939
    40 todofile=/magic/datacenter/lists/ToDo-$table-$column
     40todofile=$listpath/ToDo-$table-$column
    4141getstatuslogpath=$logpath/getstatus/star/$year
    4242getstatuslog=$getstatuslogpath/getstatus-star-$datetime.log
     
    169169  no=`printf %08d $sequence | cut -c 0-4`
    170170  no2=`printf %08d $sequence`
    171   outpath="/magic/data/star/$no/$no2"
     171  outpath="$datapath/star/$no/$no2"
    172172  inpath=`echo $outpath | sed -e 's/star/callisto/'`
    173173  echo "inpath: "$inpath >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.