Changeset 551


Ignore:
Timestamp:
02/10/12 17:29:40 (12 years ago)
Author:
mafoipsl
Message:

titane : use titane's mail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v1_12/libIGCM_sys/libIGCM_sys_titane.ksh

    r533 r551  
    293293    fi 
    294294 
    295     ssh -t titane996 ssh platine /bin/ksh <<-EOF 
    296295    export LOGIN=${LOGIN} 
    297296    export config_UserChoices_JobName=${config_UserChoices_JobName} 
     
    314313 
    315314    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    316         mailx -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
     315        mail -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
    317316    elif [ -f ~/.forward ] ; then 
    318         mailx -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
     317        mail -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
    319318    fi 
    320319 
    321320    sleep 10 
    322321    rm -f job_end.mail 
    323 EOF 
    324322 
    325323    if [ $? -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.