Skip to content

Commit a44f95d

Browse files
Merge pull request #460 from ExtremeFiretop/ExtremeFiretop-patch-458
Patch PR 458
2 parents 6641e63 + bffadef commit a44f95d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

MerlinAU.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2840,9 +2840,6 @@ _SCRIPT_UPDATE_()
28402840
then
28412841
printf "\n${CYANct}Force downloading latest script version...${NOct}\n"
28422842
_CheckForNewScriptUpdates_ -quietcheck
2843-
if [ "$scriptUpdateNotify" != "0" ] && ! $isInteractive; then
2844-
_SendEMailNotification_ NEW_SCRIPT_UPDATE_FOUND
2845-
fi
28462843
if _CheckForNewGUIVersionUpdate_ "$SCRIPT_VERSION" "$DLRepoVersion"
28472844
then extraParam="install"
28482845
fi
@@ -3135,13 +3132,6 @@ _CreateEMailContent_()
31353132
printf "\nThe installed script version remains: <b>${SCRIPT_VERSION}</b>\n"
31363133
} > "$tempEMailBodyMsg"
31373134
;;
3138-
NEW_SCRIPT_UPDATE_FOUND)
3139-
emailBodyTitle="New MerlinAU Script Update Available"
3140-
{
3141-
echo "A new MerlinAU Script Update version <b>${DLRepoVersion}</b> is now available for your <b>${MODEL_ID}</b> router."
3142-
printf "\nThe currently installed script version is: <b>${SCRIPT_VERSION}</b>\n"
3143-
} > "$tempEMailBodyMsg"
3144-
;;
31453135
STOP_FW_UPDATE_APPROVAL)
31463136
emailBodyTitle="WARNING"
31473137
if "$isEMailFormatHTML"

0 commit comments

Comments
 (0)