aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-01-03 16:05:54 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-01-03 16:09:03 +0100
commit7d06a7e8c2b66a12db65130bddb3578b3f04468f (patch)
tree14856a19dfe739649b1ebf387a3032e38ac04d28 /README.md
parent6e03a3b93514c435ee6e5de91c1fda0c1a318c1c (diff)
global-{config,functions}: move variables, make independent
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0498b32..6eba673 100644
--- a/README.md
+++ b/README.md
@@ -85,10 +85,12 @@ your mails to `mail@example.com`!
[admin@MikroTik] > / system script edit global-config source
-And finally load the configuration and add a scheduler.
+And finally load configuration and functions and add the schedulers.
[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=global-config
+ [admin@MikroTik] > / system scheduler add name=global-functions start-time=startup on-event=global-functions
Updating scripts
----------------