From 7ecda2204fa5ee69996ab579c89bdf87e175686c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 27 May 2020 00:13:57 +0200 Subject: early-errors: wait to be fully connected --- doc/early-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/early-errors.md b/doc/early-errors.md index adae531..f6209b7 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 WaitFullyConnected; / system script { run global-wait; \$WaitFullyConnected; run early-errors; }" start-time=startup; + / system scheduler add name=early-erros on-event="/ system script { run global-wait; run early-errors; }" start-time=startup; Configuration ------------- -- cgit v1.2.3-54-g00ecf