aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-09-03 20:36:13 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-09-11 12:36:47 +0200
commitc7c5da2eca693db96518f5cef92fa5374d2415a9 (patch)
treeb7c9a0834dd9d931006ffd94e37b25b22b6e5903 /README.md
parenta7c498a90e5319e876eddadd37f3caa7ef278c41 (diff)
README: add just one scheduler for global scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 588e827..3165684 100644
--- a/README.md
+++ b/README.md
@@ -92,12 +92,11 @@ your mails to `mail@example.com`!
[admin@MikroTik] > / system script edit global-config source
-And finally load configuration and functions and add the schedulers.
+And finally load configuration and functions and add the scheduler.
[admin@MikroTik] > / system script run global-config
[admin@MikroTik] > / system script run global-functions
- [admin@MikroTik] > / system scheduler add name="global-config" start-time=startup on-event="/ system script run global-config;"
- [admin@MikroTik] > / system scheduler add name="global-functions" start-time=startup on-event="/ system script run global-functions;"
+ [admin@MikroTik] > / system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-functions; }"
Updating scripts
----------------