From 7f71daa76b2df3c410a9099f5d45b899c8dd9198 Mon Sep 17 00:00:00 2001 From: Kate Friedman Date: Wed, 25 Sep 2024 08:25:33 -0400 Subject: [PATCH] Fix email line in exgfs_atmos_wafs_blending_0p25.sh Line 311 had text that spilled over to the next line erroneously. --- scripts/exgfs_atmos_wafs_blending_0p25.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/exgfs_atmos_wafs_blending_0p25.sh b/scripts/exgfs_atmos_wafs_blending_0p25.sh index 4a53f81..17fad8a 100755 --- a/scripts/exgfs_atmos_wafs_blending_0p25.sh +++ b/scripts/exgfs_atmos_wafs_blending_0p25.sh @@ -308,8 +308,7 @@ if [ -s UK_missing ]; then echo >> mailmsg cat UK_missing >> mailmsg cat mailmsg > $COMOUT/${RUN}.t${cyc}z.wafs_blend_0p25_usonly.emailbody - cat $COMOUT/${RUN}.t${cyc}z.wafs_blend_0p25_usonly.emailbody | mail.py -s "$subject" $maillis -t -v + cat $COMOUT/${RUN}.t${cyc}z.wafs_blend_0p25_usonly.emailbody | mail.py -s "$subject" $maillist -v fi ################################################################################