diff options
-rw-r--r-- | doc/early-errors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/early-errors.md b/doc/early-errors.md index 53c04a5..adae531 100644 --- a/doc/early-errors.md +++ b/doc/early-errors.md @@ -25,7 +25,7 @@ Just install this script and [global-wait](global-wait.md): ... and add a scheduler: - / system scheduler add name=early-erros on-event=":global WaitTimeSync; / system script { run global-wait; \$WaitTimeSync; run early-errors; }" start-time=startup; + / system scheduler add name=early-erros on-event=":global WaitFullyConnected; / system script { run global-wait; \$WaitFullyConnected; run early-errors; }" start-time=startup; Configuration ------------- |