Changeset 18696
- Timestamp:
- 12/18/16 23:47:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillRatescans.sh
r18322 r18696 48 48 printprocesslog "INFO processing "$ratescanfile 49 49 echo "INFO processing "$ratescanfile >> $logfile 2>&1 50 # check if ratescan file is there 51 # and print warning if a file is expected but not found 50 52 if ! [ -e $ratescanfile ] 51 53 then … … 56 58 printprocesslog "INFO "$ratescanfile" not found." 57 59 else 58 printprocesslog "WARN "$ratescanfile" not found." 60 # in the telcon on 25.5.2016 it was decided to take no nightly ratescans anymore 61 if [ $runnumber -le 20160525 ] 62 then 63 printprocesslog "WARN "$ratescanfile" not found." 64 else 65 printprocesslog "INFO "$ratescanfile" not found." 66 fi 59 67 fi 60 68 continue
Note:
See TracChangeset
for help on using the changeset viewer.