File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments