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

    r7909 r7911  
    2828# for which this step is needed.
    2929#
    30 # After checking, if the script is already running, the todolist is
    31 # written
     30# After checking if the script is already running the todolist is written.
    3231# Then the sequence file is written for each sequence in the todolist using
    3332# the macro writesequencefile.C
     
    8786   check2=`root -q -b $macrospath/writesequencefile.C+\($sequence\,"\"$sequpath\""\) | tee $writesequencefilelog | grep int | sed -e 's/(int)//'`
    8887   case $check2 in
    89       1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
    90       0)   echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     88      1)   echo " check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     89      0)   echo " check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
    9190           check="no"
    9291           ;;
    93       *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     92      *)   echo " check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9493           com=$Fwritesequfile
    9594           check=$check2
    9695           ;;
    9796   esac
    98    echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
     97   
    9998   setstatus "stop" >> $scriptlog 2>&1
    10099done
Note: See TracChangeset for help on using the changeset viewer.