Changeset 1021


Ignore:
Timestamp:
07/22/14 15:01:56 (10 years ago)
Author:
omamce
Message:

O.M. : improve selection of monitoring cfg file.
See libIGCM ticket #196 for more details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r982 r1021  
    186186  if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
    187187    PATH_monitoring_file=${CARD_DIR}/POST/monitoring01_${compname}.cfg 
     188  elif [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/${monitoring_file} ]] ; then 
     189    PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
    188190  elif [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
    189191    PATH_monitoring_file=${FER_ATLAS}/${monitoring_file} 
Note: See TracChangeset for help on using the changeset viewer.