global-{config,functions}: move variables, make independent

This commit is contained in:
Christian Hesse 2019-01-03 16:05:54 +01:00
parent 6e03a3b935
commit 7d06a7e8c2
4 changed files with 12 additions and 9 deletions

View file

@ -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;
}