Ignore:
Timestamp:
08/19/09 11:20:34 (15 years ago)
Author:
sdipsl
Message:
  • Remove testing related text
File:
1 edited

Legend:

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

    r156 r160  
    239239 
    240240    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    241         mailx -s "${config_UserChoices_JobName} completed mail" ${config_UserChoices_MailName} <  job_end.mail 
     241        mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} <  job_end.mail 
    242242    elif [ -f ~/.forward ] ; then 
    243         mailx -s "${config_UserChoices_JobName} completed forward 1" $( cat ~/.forward ) < job_end.mail 
     243        mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
    244244    fi 
    245245 
Note: See TracChangeset for help on using the changeset viewer.