Skip to content

Commit 2b3a531

Browse files
Missed one
Missed one
1 parent 0c3198c commit 2b3a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MerlinAU.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10402,7 +10402,7 @@ _ShowMainMenuOptions_()
1040210402
# Check if router reports a new F/W update is available.
1040310403
# If yes, modify the notification settings accordingly.
1040410404
#-----------------------------------------------------------#
10405-
if FW_NewUpdateVersion="$(_GetLatestFWUpdateVersionFromRouter_)" && \
10405+
if FW_NewUpdateVersion="$(_GetLatestFWUpdateVersionFromRouter_ 1)" && \
1040610406
[ -n "$FW_NewUpdateVersion" ] && [ -n "$FW_InstalledVersion" ] && \
1040710407
[ "$FW_NewUpdateVersion" != "$FW_NewUpdateVerInit" ]
1040810408
then

0 commit comments

Comments
 (0)