Skip to content

Commit 59dda91

Browse files
Changing Title
Changing Title
1 parent 9c98095 commit 59dda91

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

MerlinAU.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3218,11 +3218,13 @@ _CreateEMailContent_()
32183218
if [ $# -eq 0 ] || [ -z "$1" ] ; then return 1 ; fi
32193219
local fwInstalledVersion fwNewUpdateVersion
32203220
local savedInstalledVersion savedNewUpdateVersion
3221-
local subjectStr emailBodyTitle="" release_version
3221+
local subjectStrTag subjectStr emailBodyTitle="" release_version
32223222

32233223
rm -f "$tempEMailContent" "$tempEMailBodyMsg"
32243224

3225-
local subjectStrTag="F/W Update Status"
3225+
if [ -s "$tempNodeEMailList" ]
3226+
then subjectStrTag="F/W Update Available"
3227+
else subjectStrTag="F/W Update Status"
32263228
if echo "$1" | grep -q '._SCRIPT_UPDATE_.'
32273229
then subjectStrTag="Script Update Status"
32283230
fi

0 commit comments

Comments
 (0)