Ignore:
Timestamp:
08/22/06 15:36:10 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7902 r7911  
    8484         echo "  reason: $pulse" >> $scriptlog 2>&1
    8585         resetlogpath=$logpath/resetcallisto
    86          echo "resetlogpath: $resetlogpath" >> $scriptlog 2>&1
    8786         makedir $resetlogpath >> $scriptlog 2>&1
    8887         resetlog=$resetlogpath/reset-callisto-$sequ.log
     
    9089         check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
    9190         case $check1 in
    92             1)   echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
     91            1)   echo " check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
    9392                 ;;
    94             *)   echo "check1=$check1 -> ERROR -> step could not be resetted -> continue " >> $scriptlog 2>&1
     93            *)   echo " check1=$check1 -> ERROR -> step could not be resetted -> continue " >> $scriptlog 2>&1
    9594                 continue ;;
    9695         esac
Note: See TracChangeset for help on using the changeset viewer.