Changeset 550


Ignore:
Timestamp:
02/10/12 17:27:34 (12 years ago)
Author:
mafoipsl
Message:

titane : use titane's mail.

File:
1 edited

Legend:

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

    r548 r550  
    320320  fi 
    321321 
    322   ssh -t titane996 ssh platine /bin/ksh <<-EOF 
    323322    export LOGIN=${LOGIN} 
    324323    export config_UserChoices_JobName=${config_UserChoices_JobName} 
     
    341340 
    342341    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    343         mailx -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
     342        mail -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
    344343    elif [ -f ~/.forward ] ; then 
    345         mailx -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
     344        mail -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
    346345    fi 
    347346    sleep 10 
    348347    rm -f job_end.mail 
    349 EOF 
    350348 
    351349  if [ $? -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.