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

Legend:

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

    r7572 r7604  
    5959# find files containing reason
    6060files=`find $datapath/callisto/ -name callisto*.log`
     61if [ "$files" = "" ]
     62then
     63   echo "nothing to do -> exit"  >> $scriptlog 2>&1
     64   rm -v $lockfile >> $scriptlog 2>&1
     65fi
     66
    6167
    6268# make links for callisto.rc for which the callisto.log contains reason
     
    7783         resetlog=$resetlogpath/reset-callisto-$sequ.log
    7884
    79          check1=`root -q -b $macrospath/resetcolumn.C+\("\"fCallisto\""\,"\"SequenceProcessStatus\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
     85         check1=`root -q -b $macrospath/resetcolumn.C+\("\"\"fCallisto\"\""\,"\"\"SequenceProcessStatus\"\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
    8086         case $check1 in
    8187            1)   echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.