Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7902)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7907)
@@ -212,6 +212,4 @@
 catalog=$setuppath/$magfav #current catalogfile
 diff=$setuppath/.diff #file to store difference
-#addresses to which the changes are sent
-adrs="datacenter@astro.uni-wuerzburg.de, tbretz@astro.uni-wuerzburg.de" 
 
 #getting new catalogfiles 
@@ -240,5 +238,5 @@
          cat $diff | grep '<'  >> $scriptlog 2>&1 
          echo " -> please check the file $catfile" >> $scriptlog 2>&1 
-         #inform $adr about removed lines
+         #inform $adrs about removed lines
          nail -s 'catalogfile - removed lines' $adrs < $diff
          exit
@@ -262,5 +260,5 @@
          exit
       fi
-      #inform $adr about changes
+      #inform $adrs about changes
       echo "file has been rsynced sucessfully -> sending email" >> $scriptlog 2>&1 
       nail -s 'new catalogfile installed - new lines'  $adrs < $diff
@@ -273,5 +271,5 @@
       cat $diff | grep '<'  >> $scriptlog 2>&1 
       echo " -> please check the file $catfile" >> $scriptlog 2>&1 
-      #inform $adr about removed lines
+      #inform $adrs about removed lines
       nail -s 'catalogfile - removed lines' $adrs < $diff
       exit
