Skip to content

Commit 8868ab6

Browse files
Increase mesh update wait seconds from 5 to 6
1 parent a994783 commit 8868ab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MerlinAU.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ else
10281028
## Set 20 minutes AFTER for APs and AiMesh Nodes ##
10291029
readonly FW_Update_CRON_DefaultSchedule="20 0 * * *"
10301030
fi
1031-
readonly meshUpdate_WaitSecs=5
1031+
readonly meshUpdate_WaitSecs=6
10321032

10331033
## Recommended 15 minutes BEFORE the F/W Update ##
10341034
readonly ScriptAU_CRON_DefaultSchedule="45 23 * * *"
@@ -10624,7 +10624,7 @@ _ProcessMeshNodes_()
1062410624
wait
1062510625

1062610626
# ---- Single wait ---- #
10627-
local waitSeconds="${meshUpdate_WaitSecs:-5}"
10627+
local waitSeconds="${meshUpdate_WaitSecs:-6}"
1062810628
if "$includeExtraLogic"
1062910629
then
1063010630
local waitMsg="Please wait while we query the node(s) for status..."

0 commit comments

Comments
 (0)