Changeset 7776 for trunk


Ignore:
Timestamp:
07/04/06 08:51:49 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7775 r7776  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/07/04 Daniela Dorner
     22
     23   * datacenter/scripts/copyscript:
     24     - removed not needed if-clause (was used to copy subsystemfiles to
     25       /magic/datacenter/totape)
     26
     27
    2028
    2129 2006/07/03 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/scripts/copyscript

    r7525 r7776  
    178178         fi
    179179
    180          #copy file
    181          totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
    182          totapepath=`dirname $totapefile`
    183          makedir $totapepath >> $scriptlog 2>&1
    184          if ! cp -v $file $totapepath >> $scriptlog 2>&1
    185          then
    186             echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1
    187          fi
    188          
    189180         if mv -v $file $newpath >> $scriptlog 2>&1
    190181         then
Note: See TracChangeset for help on using the changeset viewer.