Changeset 806


Ignore:
Timestamp:
02/22/13 17:04:45 (11 years ago)
Author:
sdipsl
Message:
  • Cosmetics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r804 r806  
    367367END_MAIL 
    368368 
    369     if [ ! -z ${config_UserChoices_MailName} ] ; then 
    370         mail -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
    371     elif [ -f ~/.forward ] ; then 
    372         mail -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
    373     fi 
    374     sleep 10 
    375     rm -f job_end.mail 
    376  
     369  if [ ! -z ${config_UserChoices_MailName} ] ; then 
     370    mail -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
     371  elif [ -f ~/.forward ] ; then 
     372    mail -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
     373  fi 
     374  sleep 10 
     375  rm -f job_end.mail 
     376   
    377377  if [ $? -gt 0 ] ; then 
    378378    echo "IGCM_sys_SendMail : erreur." 
Note: See TracChangeset for help on using the changeset viewer.