Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7321)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7322)
@@ -18,4 +18,16 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2005/08/27 Daniela Dorner
+
+   * datacenter/scripts/dowebplots:
+     - excluded files from lapalma for this check, as there's a big 
+       amount of files (this would cause problems with the array in 
+       shell)
+
+   * datacenter/scripts/dodatacheck:
+     - fixed bug in finding rawfile and date of rawfile
+
+
 
  2005/08/26 Daniela Dorner
Index: trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 7321)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 7322)
@@ -98,7 +98,7 @@
    no=`printf %08d $run | cut -c 0-2`
    no2=`printf %08d $run`
-   rawfile=`find /magic/data/rawfiles/ -name *${run}*.raw`
+   rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw`
    echo "rawfile: "$rawfile >> $scriptlog 2>&1
-   date=`find /magic/data/rawfiles/ -name *$run*.raw | cut -c 22-31`
+   date=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw | cut -c 22-31`
    echo "date: "$date >> $scriptlog 2>&1
    date2=`echo $date | sed -e 's/\//-/g'`
Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7321)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7322)
@@ -57,5 +57,5 @@
 
 
-rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata'`
+rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma'`
 
 if [ "$rootfiles" = "" ]
