Changeset 7606 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/14/06 21:15:22 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7605 r7606  
    6565fi
    6666
     67column=fCallisto
     68table=SequenceProcessStatu
    6769
    6870# make links for callisto.rc for which the callisto.log contains reason
     
    8385         resetlog=$resetlogpath/reset-callisto-$sequ.log
    8486
    85          check1=`root -q -b $macrospath/resetcolumn.C+\("\""\"fCallisto\""\""\,"\""\"SequenceProcessStatus\""\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
     87         check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
    8688         case $check1 in
    8789            1)   echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.