Changeset 7339 for trunk


Ignore:
Timestamp:
08/29/05 19:04:23 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7336 r7339  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
    20  2005/08/28 Daniela Dorner
     20 2005/08/29 Daniela Dorner
    2121
    2222   * datacenter/scripts/insertdatasets,
     
    2626   * datacenter/macros/setupdb.C:
    2727     - adapted to changes in the table DataSets
     28
     29   * datacenter/scripts/copyscript:
     30     - added copying of the file to the directory
     31       /magic/datacenter/totape
    2832
    2933
  • trunk/MagicSoft/Mars/datacenter/scripts/copyscript

    r7233 r7339  
    194194
    195195         #copy file
     196         $totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
     197         $totapepath=`dirname $totapefile`
     198         makedir $totapepath >> $scriptlog 2>&1
     199         if ! cp -v $file $totapepath >> $scriptlog 2>&1
     200         then
     201            echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1
     202         fi
     203         
    196204         if mv -v $file $newpath >> $scriptlog 2>&1
    197205         then
Note: See TracChangeset for help on using the changeset viewer.