Ignore:
Timestamp:
08/22/06 09:40:48 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7902 r7907  
    212212catalog=$setuppath/$magfav #current catalogfile
    213213diff=$setuppath/.diff #file to store difference
    214 #addresses to which the changes are sent
    215 adrs="datacenter@astro.uni-wuerzburg.de, tbretz@astro.uni-wuerzburg.de"
    216214
    217215#getting new catalogfiles
     
    240238         cat $diff | grep '<'  >> $scriptlog 2>&1
    241239         echo " -> please check the file $catfile" >> $scriptlog 2>&1
    242          #inform $adr about removed lines
     240         #inform $adrs about removed lines
    243241         nail -s 'catalogfile - removed lines' $adrs < $diff
    244242         exit
     
    262260         exit
    263261      fi
    264       #inform $adr about changes
     262      #inform $adrs about changes
    265263      echo "file has been rsynced sucessfully -> sending email" >> $scriptlog 2>&1
    266264      nail -s 'new catalogfile installed - new lines'  $adrs < $diff
     
    273271      cat $diff | grep '<'  >> $scriptlog 2>&1
    274272      echo " -> please check the file $catfile" >> $scriptlog 2>&1
    275       #inform $adr about removed lines
     273      #inform $adrs about removed lines
    276274      nail -s 'catalogfile - removed lines' $adrs < $diff
    277275      exit
Note: See TracChangeset for help on using the changeset viewer.