Ignore:
Timestamp:
08/08/08 11:27:56 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
2 edited

Legend:

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

    r9110 r9113  
    5454for (( s=0 ; s < $num ; s++ ))
    5555do
    56    dataset=${primaries[$s+$s]}
    57    telnum=${primaries[$s+$s+1]}
     56   dataset=${primaries[$s]}
    5857   echo "checking star done for sequences of dataset $dataset..." >> $scriptlog 2>&1
    5958   printprocesslog "INFO checking star done for sequences of dataset $dataset"
  • trunk/MagicSoft/Mars/datacenter/scripts/writedatasetfiles

    r9054 r9113  
    5555for (( s=0 ; s < $num ; s++ ))
    5656do
    57    dataset=${primaries[$s+$s]}
    58    telnum=${primaries[$s+$s+1]}
     57   dataset=${primaries[$s]}
    5958   echo "writing dataset file for dataset $dataset..." >> $scriptlog 2>&1
    6059   printprocesslog "INFO writing datasetfile for dataset $dataset"
Note: See TracChangeset for help on using the changeset viewer.