Changeset 7944 for trunk/MagicSoft/Mars/datacenter/scripts/webupdate-sinope
- Timestamp:
- 08/25/06 22:09:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/webupdate-sinope
r7916 r7944 28 28 29 29 source `dirname $0`/sourcefile 30 printprocesslog "INFO starting $0" 30 31 31 date 32 scriptlog=$runlogpath/webupdate-sinope-$datetime.log 33 date >> $scriptlog 2>&1 32 34 33 echo "do plots for all root-files (sinope) ..." 34 $scriptspath/dowebplots -p sinope 35 echo "do plots for all root-files (sinope) ..." >> $scriptlog 2>&1 36 $scriptspath/dowebplots -p sinope >> $scriptlog 2>&1 35 37 36 echo "do rsync for sinope files" 37 rsync -av --delete $datapath/sinope/ $webpath/sinope 38 echo "do rsync for sinope files" >> $scriptlog 2>&1 39 rsync -av --delete $datapath/sinope/ $webpath/sinope >> $scriptlog 2>&1 38 40 39 date 41 date >> $scriptlog 2>&1 40 42 43 printprocesslog "INFO $0 finished" 41 44
Note:
See TracChangeset
for help on using the changeset viewer.