diff options
author | Christian Hesse <mail@eworm.de> | 2020-05-26 23:59:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-05-26 23:59:12 +0200 |
commit | 6a50e80825cb99903968935f1932b77ae7e32886 (patch) | |
tree | 7700dc85090a7779d1c2f2705a4833d3bc995758 /doc/early-errors.md | |
parent | c88de834e4e30b3797c184857a9d8dffea94ab35 (diff) |
doc/early-errors: use $WaitFullyConnected
Diffstat (limited to 'doc/early-errors.md')
-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 ------------- |