Ignore:
Timestamp:
08/05/05 18:33:55 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7233 r7265  
    6868
    6969case $check0 in
    70     1)   echo "check0=$check0 -> everthing ok -> run fillcallisto" >> $scriptlog 2>&1;;
     70    1)   echo "check0=$check0 -> everything ok -> run fillcallisto" >> $scriptlog 2>&1;;
    7171    *)   echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
    7272esac
     
    103103
    104104   case $check1 in
    105       1)   echo "check1=$check1 -> everthing ok -> run fillsignal " >> $scriptlog 2>&1;;
     105      1)   echo "check1=$check1 -> everything ok -> run fillsignal " >> $scriptlog 2>&1;;
    106106      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    107107           continue;;
     
    110110   check2=`root -q -b $macrospath/fillsignal.C+\("\"$signalfile\""\,kFALSE\) | tee $fillsignallog | grep int | sed -e 's/(int)//'`
    111111   case $check2 in
    112       1)   echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1
     112      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1
    113113           echo "-> inserting the status for fillcallisto for sequence $sequence into the db" >> $scriptlog 2>&1
    114114           setstatuslogpath=$logpath/setstatus/fillcallisto/$no
     
    118118           check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog-$sequence.log | grep int | sed -e 's/(int)//'`
    119119           case $check4 in
    120              1)   echo "check4=$check4 -> everthing ok, status has been set" >> $scriptlog 2>&1;;
     120             1)   echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;;
    121121             *)   echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;;
    122122           esac
Note: See TracChangeset for help on using the changeset viewer.