aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.d/11-schedule-script.avifbin1847 -> 4113 bytes
-rw-r--r--README.md4
2 files changed, 2 insertions, 2 deletions
diff --git a/README.d/11-schedule-script.avif b/README.d/11-schedule-script.avif
index 27541b7..d6eb0f8 100644
--- a/README.d/11-schedule-script.avif
+++ b/README.d/11-schedule-script.avif
Binary files differ
diff --git a/README.md b/README.md
index 614095a..5109173 100644
--- a/README.md
+++ b/README.md
@@ -188,10 +188,10 @@ Scheduler and events
Most scripts are designed to run regularly from
[scheduler](https://wiki.mikrotik.com/wiki/Manual:System/Scheduler). We just
-added `check-routeros-update`, so let's run it every hour to make sure not to
+added `check-routeros-update`, so let's run it daily to make sure not to
miss an update.
- /system/scheduler/add name="check-routeros-update" interval=1h on-event="/system/script/run check-routeros-update;";
+ /system/scheduler/add name="check-routeros-update" interval=1d start-time=startup on-event="/system/script/run check-routeros-update;";
![screenshot: schedule script](README.d/11-schedule-script.avif)