We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a994783 commit 8868ab6Copy full SHA for 8868ab6
1 file changed
MerlinAU.sh
@@ -1028,7 +1028,7 @@ else
1028
## Set 20 minutes AFTER for APs and AiMesh Nodes ##
1029
readonly FW_Update_CRON_DefaultSchedule="20 0 * * *"
1030
fi
1031
-readonly meshUpdate_WaitSecs=5
+readonly meshUpdate_WaitSecs=6
1032
1033
## Recommended 15 minutes BEFORE the F/W Update ##
1034
readonly ScriptAU_CRON_DefaultSchedule="45 23 * * *"
@@ -10624,7 +10624,7 @@ _ProcessMeshNodes_()
10624
wait
10625
10626
# ---- Single wait ---- #
10627
- local waitSeconds="${meshUpdate_WaitSecs:-5}"
+ local waitSeconds="${meshUpdate_WaitSecs:-6}"
10628
if "$includeExtraLogic"
10629
then
10630
local waitMsg="Please wait while we query the node(s) for status..."
0 commit comments