diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-31 15:58:54 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-01 09:53:33 +0200 |
commit | cfeddde17372fbc574ca367644875549749332f3 (patch) | |
tree | c1dbe2cf4872f66f14bfbb07bc0668da60e8fa41 /doc | |
parent | 42c658e1d4072837936db09bdd0ca7ff563d9a6a (diff) |
doc/check-routeros-update: hint on schedule at startup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/check-routeros-update.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md index 8e158e1..fefac5e 100644 --- a/doc/check-routeros-update.md +++ b/doc/check-routeros-update.md @@ -77,6 +77,14 @@ If an update is found you can install it right away. Installing script [packages-update](packages-update.md) gives extra options. +Tips & Tricks +------------- + +The script checks for full connectivity before acting, so scheduling at +startup is perfectly valid: + + /system/scheduler/add name=check-routeros-update@startup on-event="/system/script/run check-routeros-update;" start-time=startup; + See also -------- |