Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions MerlinAU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3034,9 +3034,9 @@ _GetLatestFWUpdateVersionFromRouter_()
echo "$newVersionStr" ; return "$retCode"
}

##------------------------------------------##
## Modified by ExtremeFiretop [2024-Apr-14] ##
##------------------------------------------##
##----------------------------------------##
## Modified by Martinski W. [2024-Apr-14] ##
##----------------------------------------##
_CreateEMailContent_()
{
if [ $# -eq 0 ] || [ -z "$1" ] ; then return 1 ; fi
Expand All @@ -3046,10 +3046,15 @@ _CreateEMailContent_()

rm -f "$tempEMailContent" "$tempEMailBodyMsg"

local subjectStrTag="F/W Update Status"
if echo "$1" | grep -q '._SCRIPT_UPDATE_.'
then subjectStrTag="Script Update Status"
fi
if [ -s "$tempNodeEMailList" ]
then subjectStr="F/W Update Status for $node_lan_hostname"
else subjectStr="F/W Update Status for $MODEL_ID"
then subjectStr="$subjectStrTag for $node_lan_hostname"
else subjectStr="$subjectStrTag for $MODEL_ID"
fi

fwInstalledVersion="$(_GetCurrentFWInstalledLongVersion_)"
if ! "$offlineUpdateTrigger"
then
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MerlinAU - AsusWRT-Merlin Firmware Auto Updater
## v1.4.2
## 2025-Apr-13
## v1.4.3
## 2025-Apr-14

## WebUI:
![image](https://github.com/user-attachments/assets/a2197262-ca35-451a-8645-311896e1495e)
Expand Down