/[CCFs]/bin/mlovccf
ViewVC logotype

Diff of /bin/mlovccf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by ccflib, Mon Apr 4 09:33:19 2016 UTC revision 1.15 by ccflib, Wed Apr 13 10:26:13 2016 UTC
# Line 18  Line 18 
18  # This is obtained from the report of all observations that the XSA makes to CDS,  # This is obtained from the report of all observations that the XSA makes to CDS,
19  # xsaobslog.txt (http://nxsa.esac.esa.int/ftp_public/cfs_obslog/xsaobslog.txt).  # xsaobslog.txt (http://nxsa.esac.esa.int/ftp_public/cfs_obslog/xsaobslog.txt).
20  #  #
21  # $Id: mlovccf,v 1.13 2016/04/01 12:22:28 ccflib Exp $  # $Id: mlovccf,v 1.14 2016/04/04 09:33:19 ccflib Exp $
22    
23  # Next two lines allow to submit this script to the grid  # Next two lines allow to submit this script to the grid
24  # request Bourne shell as shell for job  # request Bourne shell as shell for job
# Line 53  bodyfile=$2 Line 53  bodyfile=$2
53    
54  [ ! -f "${bodyfile}" ] && return  [ ! -f "${bodyfile}" ] && return
55    
56    echo ; echo "Sending message to ${adminmail} with subject ${subject}" ; echo
57    
58  mailx -s "${subject}" "${adminmail}" < ${bodyfile}  mailx -s "${subject}" "${adminmail}" < ${bodyfile}
59    
60  }  }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.27