Ignore:
Timestamp:
08/25/06 22:09:49 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/webupdate-sinope

    r7916 r7944  
    2828
    2929source `dirname $0`/sourcefile
     30printprocesslog "INFO starting $0"
    3031
    31 date
     32scriptlog=$runlogpath/webupdate-sinope-$datetime.log
     33date >> $scriptlog 2>&1
    3234
    33 echo "do plots for all root-files (sinope) ..."
    34 $scriptspath/dowebplots -p sinope
     35echo "do plots for all root-files (sinope) ..." >> $scriptlog 2>&1
     36$scriptspath/dowebplots -p sinope >> $scriptlog 2>&1
    3537
    36 echo "do rsync for sinope files"
    37 rsync -av --delete $datapath/sinope/ $webpath/sinope
     38echo "do rsync for sinope files" >> $scriptlog 2>&1
     39rsync -av --delete $datapath/sinope/ $webpath/sinope >> $scriptlog 2>&1
    3840
    39 date
     41date >> $scriptlog 2>&1
    4042
     43printprocesslog "INFO $0 finished"
    4144
Note: See TracChangeset for help on using the changeset viewer.