mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-{config,functions}: move variables, make independent
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user