Changeset 7308 for trunk/MagicSoft/Mars
- Timestamp:
- 08/25/05 05:09:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7307 r7308 57 57 58 58 59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 `59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_'` 60 60 61 61 if [ "$rootfiles" = "" ] … … 89 89 if [ "$dategiffile" != "" ] 90 90 then 91 $dategiffile=091 dategiffile=0 92 92 fi 93 93 # now=`date +%Y%m%d`
Note:
See TracChangeset
for help on using the changeset viewer.