Changeset 9134 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/27/08 11:43:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r9131 r9134 216 216 #moving the files 217 217 file="" 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$'` 218 printprocesslog "INFO processing optical files" 219 echo "processing optical files..." >> $scriptlog 2>&1 220 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$"` 219 221 for opticalfile in $opticalfiles 220 222 do … … 265 267 #update the catalog file magic_favorites.edb 266 268 printprocesslog "INFO processing new catalog files" 269 echo "Processing new catalog files" >> $scriptlog 2>&1 267 270 magfav=magic_favorites.edb #catalog filename 268 271 catalog=$setuppath/$magfav #current catalogfile
Note:
See TracChangeset
for help on using the changeset viewer.