Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7307)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7308)
@@ -57,5 +57,5 @@
 
 
-rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10`
+rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_'`
 
 if [ "$rootfiles" = "" ]
@@ -89,5 +89,5 @@
    if [ "$dategiffile" != "" ] 
    then 
-      $dategiffile=0
+      dategiffile=0
    fi
 #   now=`date +%Y%m%d`
