Ignore:
Timestamp:
07/30/05 01:15:40 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7232 r7233  
    4343
    4444scriptlogpath=$logpath/run/fillcallisto/`date +%Y/%m/%d`
    45 if [ ! -d $scriptlogpath ]
    46 then
    47   mkdir -pv $scriptlogpath
    48   if [ ! -d $scriptlogpath ]
    49   then
    50      echo "could not make scriptlogpath "$scriptlogpath
    51      exit
    52   fi
    53 fi
     45makedir $scriptlogpath
    5446
    5547scriptlog=$scriptlogpath/runfillcallisto-$datetime.log
     
    5749date >> $scriptlog 2>&1
    5850
    59 
    60 if [ ! -d $getstatuslogpath ]
    61 then
    62   mkdir -pv $getstatuslogpath >> $scriptlog 2>&1
    63   if [ ! -d $getstatuslogpath ]
    64   then
    65      echo "could not make getstatuslogpath "$getstatuslogpath >> $scriptlog 2>&1
    66      date  >> $scriptlog 2>&1
    67      exit
    68   fi
    69 fi
     51makedir $getstatuslogpath >> $scriptlog 2>&1
    7052
    7153cd $mars
     
    11294   fillcallistologpath=$logpath/fillcallisto/$no
    11395   echo "fillcallistologpath: "$fillcallistologpath >> $scriptlog 2>&1
    114    if [ ! -d $fillcallistologpath ]
    115    then
    116      mkdir -pv $fillcallistologpath >> $scriptlog 2>&1
    117      if [ ! -d $fillcallistologpath ]
    118      then
    119         echo "could not make fillcallistologpath $fillcallistologpath -> continue " >> $scriptlog 2>&1
    120         continue
    121      fi
    122    fi
     96   makedir $fillcallistologpath >> $scriptlog 2>&1
    12397   fillcaliblog=$fillcallistologpath/fillcalib-$sequence.log
    12498   fillsignallog=$fillcallistologpath/fillsignal-$sequence.log
     
    139113           echo "-> inserting the status for fillcallisto for sequence $sequence into the db" >> $scriptlog 2>&1
    140114           setstatuslogpath=$logpath/setstatus/fillcallisto/$no
    141            if [ ! -d $setstatuslogpath ]
    142            then
    143              mkdir -pv $setstatuslogpath >> $scriptlog 2>&1
    144              if [ ! -d $setstatuslogpath ]
    145              then
    146                 echo "could not make setstatuslogpath "$setstatuslogpath >> $scriptlog 2>&1
    147                 continue
    148              fi
    149            fi
     115           makedir $setstatuslogpath >> $scriptlog 2>&1
    150116           setstatuslog=$setstatuslogpath/setstatus-fillcallisto
     117
    151118           check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog-$sequence.log | grep int | sed -e 's/(int)//'`
    152119           case $check4 in
Note: See TracChangeset for help on using the changeset viewer.