mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 00:04:51 +02:00
doc/early-errors: use $WaitFullyConnected
This commit is contained in:
parent
c88de834e4
commit
6a50e80825
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue