mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-24 18:58:43 +02:00
global-{config,functions}: move variables, make independent
This commit is contained in:
parent
6e03a3b935
commit
7d06a7e8c2
4 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue