doc/early-errors: use $WaitFullyConnected

This commit is contained in:
Christian Hesse 2020-05-26 23:59:12 +02:00
parent c88de834e4
commit 6a50e80825

View file

@ -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
-------------