Ignore:
Timestamp:
08/29/05 21:38:41 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7335 r7340  
    4242getstatuslog=$getstatuslogpath/getstatus-fillganymed-$datetime.log
    4343
    44 scriptlogpath=$logpath/run/fillganymde/`date +%Y/%m/%d`
     44scriptlogpath=$logpath/run/fillganymed/`date +%Y/%m/%d`
    4545makedir $scriptlogpath
    4646scriptlog=$scriptlogpath/runfillganymed-$datetime.log
     
    8686for dataset in ${datasets[@]}
    8787do
    88    no=`printf %08d $dataset | cut -c 0-4`
     88   no=`printf %08d $dataset | cut -c 0-5`
    8989   no2=`printf %08d $dataset`
    9090   path="$datapath/ganymed/$no/$no2"
Note: See TracChangeset for help on using the changeset viewer.