From 6a50e80825cb99903968935f1932b77ae7e32886 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 26 May 2020 23:59:12 +0200 Subject: doc/early-errors: use $WaitFullyConnected --- doc/early-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------- -- cgit v1.2.3-54-g00ecf