Ignore:
Timestamp:
02/25/06 18:36:32 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7486 r7529  
    9595   case $check1 in
    9696      1)   echo "check1=$check1 -> everything ok -> run fillsignal " >> $scriptlog 2>&1 ;;
     97      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     98           check="no"
     99           setstatus "stop" >> $scriptlog 2>&1
     100           continue ;;
    97101      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    98102           com=$Ffillcalib
     
    105109   case $check2 in
    106110      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     111      0)   echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     112           check="no"
     113           ;;
    107114      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    108115           com=$Ffillsignal
Note: See TracChangeset for help on using the changeset viewer.