--- mitgcm.org/front_content/get+parse_msg 2018/01/12 15:51:10 1.4 +++ mitgcm.org/front_content/get+parse_msg 2018/01/13 16:26:20 1.5 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/get+parse_msg,v 1.4 2018/01/12 15:51:10 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/get+parse_msg,v 1.5 2018/01/13 16:26:20 jmc Exp $ # # The purpose of this script is to parse the emails produced by the # MITgcm/verificaton/testreport script and store the data in a @@ -185,11 +185,11 @@ # therefore we do not terminate if non-zero # exit 7 fi -#- This is the log file that current "check_outp" (run on baudelaire) is checking: - logpfx="prc_emails_" ; sfx=`date +%m%d` - logfile="/net/zany/data/ORWELL/export-7/u/jmc/testing/logs/${logpfx}$sfx" +#- This is the log file that "check_outp" (run on baudelaire) was checking: + # logpfx="prc_emails_" ; sfx=`date +%m%d` + # logfile="/net/zany/data/ORWELL/export-7/u/jmc/testing/logs/${logpfx}$sfx" #- update log-file to trigger a new "check_outp": - if test -e $logfile ; then touch $logfile ; fi + # if test -e $logfile ; then touch $logfile ; fi fi #echo 'Start processing msg locally' #exit