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

    r7233 r7265  
    6262
    6363case $check0 in
    64    1)   echo "check0=$check0 -> everthing ok -> do step" >> $scriptlog 2>&1 ;;
     64   1)   echo "check0=$check0 -> everything ok -> do step" >> $scriptlog 2>&1 ;;
    6565   *)   echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;
    6666esac
     
    104104
    105105      case $check1 in
    106          1)   echo "check1=$check1 -> everthing ok -> continue with next sequence..." >> $scriptlog 2>&1 ;;
     106         1)   echo "check1=$check1 -> everything ok -> continue with next sequence..." >> $scriptlog 2>&1 ;;
    107107         *)   echo "check1=$check1 -> ERROR " >> $scriptlog 2>&1
    108108              echo "starfiles not available for sequence -> continue" >> $scriptlog 2>&1
     
    117117   check2=`root -q -b $macrospath/setstatus.C+\("\"$dataset\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\)  | tee $setstatuslogpath/setstatus-checkstardone-$dataset.log | grep int | sed -e 's/(int)//'`
    118118   case $check2 in
    119       1)   echo "check2=$check2 -> everthing ok, status has been set" >> $scriptlog 2>&1 ;;
     119      1)   echo "check2=$check2 -> everything ok, status has been set" >> $scriptlog 2>&1 ;;
    120120      *)   echo "check2=$check2 -> ERROR -> step could not be set" >> $scriptlog 2>&1 ;;
    121121   esac
Note: See TracChangeset for help on using the changeset viewer.