diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-03 16:05:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-03 16:09:03 +0100 |
commit | 7d06a7e8c2b66a12db65130bddb3578b3f04468f (patch) | |
tree | 14856a19dfe739649b1ebf387a3032e38ac04d28 /initial-commands | |
parent | 6e03a3b93514c435ee6e5de91c1fda0c1a318c1c (diff) |
global-{config,functions}: move variables, make independent
Diffstat (limited to 'initial-commands')
-rw-r--r-- | initial-commands | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/initial-commands b/initial-commands index e08b363..ad44ebb 100644 --- a/initial-commands +++ b/initial-commands @@ -16,5 +16,7 @@ / system script add name=$script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit.cgi/routeros-scripts/plain/" . $script) output=user as-value]->"data"); } / system script run global-config; + / system script run global-functions; / system scheduler add name=global-config start-time=startup on-event=global-config; + / system scheduler add name=global-functions start-time=startup on-event=global-functions; } |