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

    r7909 r7911  
    2828# 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 run are excluded for each date in the todolist using the
    3332# macro doexclusions.C
     
    7574   var2=$date
    7675   doexclusionspath=$logpath/$program/$year2
    77    echo "excl path: $doexclusionspath"
    7876   makedir $doexclusionspath >> $scriptlog 2>&1
    7977   doexclusionslog=$doexclusionspath/doexclusions-$date.log
    8078
    81    echo "run $program..." >> $scriptlog 2>&1
    8279   setstatus "start" >> $scriptlog 2>&1
    8380
     
    8582
    8683   case $check1 in
    87       1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
    88       *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     84      1)   echo " check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
     85      *)   echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    8986           com=$Fdoexcl
    9087           check=$check1
    9188           ;;
    9289   esac
    93    echo "inserting the status for $program for date $date into the db" >> $scriptlog 2>&1
     90   
    9491   setstatus "stop" >> $scriptlog 2>&1
    9592done
Note: See TracChangeset for help on using the changeset viewer.