Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/check_outp 2016/07/01 17:00:10 1.47
+++ mitgcm.org/scripts/check_outp 2016/09/23 19:41:25 1.48
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.47 2016/07/01 17:00:10 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.48 2016/09/23 19:41:25 jmc Exp $
#
# The purpose of this script is to compare
# the latest output with the previous one (from the same platform with
@@ -564,8 +564,8 @@
if test "x$ADDRESS" != 'xnone' ; then
#- change default sender address ("From:") using "mail -r" option
# since, by default, baudelaire uses USER@localhost.localdomain
- fullNam=`hostname -A | awk '{print $1}'`
- MAILCMD="$MAILCMD -r ${USER}@${fullNam}"
+ #fullNam=`hostname -A | awk '{print $1}'`
+ #MAILCMD="$MAILCMD -r ${USER}@${fullNam}"
#---
echo ".. send $OUTPSUM to '$ADDRESS' using '$MAILCMD'"
$MAILCMD -s 'check_outp summary' $ADDRESS < $OUTPSUM
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |