- Timestamp:
- 08/27/05 16:35:34 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7319 r7322 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2005/08/27 Daniela Dorner 22 23 * datacenter/scripts/dowebplots: 24 - excluded files from lapalma for this check, as there's a big 25 amount of files (this would cause problems with the array in 26 shell) 27 28 * datacenter/scripts/dodatacheck: 29 - fixed bug in finding rawfile and date of rawfile 30 31 20 32 21 33 2005/08/26 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7277 r7322 98 98 no=`printf %08d $run | cut -c 0-2` 99 99 no2=`printf %08d $run` 100 rawfile=`find /magic/data/rawfiles/ -name *${run} *.raw`100 rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw` 101 101 echo "rawfile: "$rawfile >> $scriptlog 2>&1 102 date=`find /magic/data/rawfiles/ -name *$ run*.raw | cut -c 22-31`102 date=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw | cut -c 22-31` 103 103 echo "date: "$date >> $scriptlog 2>&1 104 104 date2=`echo $date | sed -e 's/\//-/g'` -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7321 r7322 57 57 58 58 59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' `59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma'` 60 60 61 61 if [ "$rootfiles" = "" ]
Note:
See TracChangeset
for help on using the changeset viewer.