Ignore:
Timestamp:
03/05/06 00:40:19 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7563 r7569  
    7575
    7676
    77 #finding all rootfiles in the webdirectory 
     77#finding all rootfiles in the webdirectory, that were modified in the last 3 days
    7878#this are all statusdisplays
    79 rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`
     79rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' -mtime -3 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`
    8080
    8181#exit if no rootfiles are found
Note: See TracChangeset for help on using the changeset viewer.