Ignore:
Timestamp:
08/27/08 11:43:55 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9131 r9134  
    216216#moving the files
    217217file=""
    218 opticalfiles=`find $transdir/optical -regextype posix-egrep -regex '^$transdir/optical/20[0-9][0-9]_[0-1][0-9]_[0-3][0-9]_.*_[RV][_]?[12]?[.]instr$'`
     218printprocesslog "INFO processing optical files"
     219echo "processing optical files..." >> $scriptlog 2>&1
     220opticalfiles=`find $transdir/optical -regextype posix-egrep -regex "^$transdir/optical/20[0-9][0-9]_[0-1][0-9]_[0-3][0-9]_.*_[RV][_]?[12]?[.]instr$"`
    219221for opticalfile in $opticalfiles
    220222do
     
    265267#update the catalog file magic_favorites.edb
    266268printprocesslog "INFO processing new catalog files"
     269echo "Processing new catalog files" >> $scriptlog 2>&1
    267270magfav=magic_favorites.edb #catalog filename
    268271catalog=$setuppath/$magfav #current catalogfile
Note: See TracChangeset for help on using the changeset viewer.