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

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