/[CCFs]/bin/mlovccf
ViewVC logotype

Diff of /bin/mlovccf

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

revision 1.15 by ccflib, Wed Apr 13 10:26:13 2016 UTC revision 1.16 by ccflib, Mon Sep 19 12:36:15 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.14 2016/04/04 09:33:19 ccflib Exp $  # $Id: mlovccf,v 1.15 2016/04/13 10:26:13 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
25  #$ -S /bin/bash  #$ -S /bin/bash
26    
27  adminmail="eduardo.ojero@esa.int"  adminmail="eduardo.ojero@sciops.esa.int"
28    
29  VALID_CCF="$HOME/valid_ccf"  VALID_CCF="$HOME/valid_ccf"
30    
# Line 55  bodyfile=$2 Line 55  bodyfile=$2
55    
56  echo ; echo "Sending message to ${adminmail} with subject ${subject}" ; echo  echo ; echo "Sending message to ${adminmail} with subject ${subject}" ; echo
57    
58  mailx -s "${subject}" "${adminmail}" < ${bodyfile}  mailx -v -s "${subject}" "${adminmail}" < ${bodyfile}
59    
60  }  }
61    

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

  ViewVC Help
Powered by ViewVC 1.1.27