Changeset 1328 for tags/libIGCM_v2.8.1


Ignore:
Timestamp:
04/17/16 17:11:00 (8 years ago)
Author:
sdipsl
Message:
  • bugfix again :/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.8.1/AA_monitoring

    r1290 r1328  
    197197  PATH_monitoring_file="" 
    198198  eval monitoring_file=monitoring01_${compname}_\${RESOL_${comp}}.cfg > /dev/null 2>&1 
    199   if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
     199  if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/${monitoring_file} ]] ; then 
     200    PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
     201  elif [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
    200202    PATH_monitoring_file=${CARD_DIR}/POST/monitoring01_${compname}.cfg 
    201   elif [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/${monitoring_file} ]] ; then 
    202     PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
    203203  elif [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
    204204    PATH_monitoring_file=${FER_ATLAS}/${monitoring_file} 
Note: See TracChangeset for help on using the changeset viewer.