We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3198c commit 2b3a531Copy full SHA for 2b3a531
MerlinAU.sh
@@ -10402,7 +10402,7 @@ _ShowMainMenuOptions_()
10402
# Check if router reports a new F/W update is available.
10403
# If yes, modify the notification settings accordingly.
10404
#-----------------------------------------------------------#
10405
- if FW_NewUpdateVersion="$(_GetLatestFWUpdateVersionFromRouter_)" && \
+ if FW_NewUpdateVersion="$(_GetLatestFWUpdateVersionFromRouter_ 1)" && \
10406
[ -n "$FW_NewUpdateVersion" ] && [ -n "$FW_InstalledVersion" ] && \
10407
[ "$FW_NewUpdateVersion" != "$FW_NewUpdateVerInit" ]
10408
then
0 commit comments