Changeset 1329 for trunk


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

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r1326 r1329  
    199199  if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/${monitoring_file} ]] ; then 
    200200    PATH_monitoring_file=${CARD_DIR}/POST/${monitoring_file} 
    201   elif if [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
     201  elif [[ -d ${CARD_DIR}/POST && -f ${CARD_DIR}/POST/monitoring01_${compname}.cfg ]] ; then 
    202202    PATH_monitoring_file=${CARD_DIR}/POST/monitoring01_${compname}.cfg 
    203203  elif [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
Note: See TracChangeset for help on using the changeset viewer.