Changeset 7340 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/29/05 21:38:41 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7339 r7340  
    3030     - added copying of the file to the directory
    3131       /magic/datacenter/totape
     32
     33   * datacenter/scripts/fillganymed:
     34     - small bugfixes
    3235
    3336
  • 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.