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/runstar

    r7258 r7265  
    7474   
    7575   case $check0 in
    76        1)   echo "check0=$check0 -> everthing ok -> run star" >> $scriptlog 2>&1;;
     76       1)   echo "check0=$check0 -> everything ok -> run star" >> $scriptlog 2>&1;;
    7777       *)   echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
    7878   esac
     
    145145
    146146  case $check1 in
    147      0)   echo "check1=$check1 -> everthing ok " >> $scriptlog 2>&1
     147     0)   echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1
    148148          echo "-> inserting the status for star for sequence $sequence into the db" >> $scriptlog 2>&1
    149149          setstatuslogpath=$logpath/setstatus/star/$no
     
    153153          check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'`
    154154          case $check4 in
    155              1)   echo "check4=$check4 -> everthing ok, status has been set" >> $scriptlog 2>&1;;
     155             1)   echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;;
    156156             *)   echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;;
    157157          esac
Note: See TracChangeset for help on using the changeset viewer.