From 7d06a7e8c2b66a12db65130bddb3578b3f04468f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 3 Jan 2019 16:05:54 +0100 Subject: global-{config,functions}: move variables, make independent --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 ---------------- -- cgit v1.2.3-54-g00ecf