mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-05 10:44:55 +02:00
global-config-overlay: remove magic
This allows to drop the ignore flag.
This commit is contained in:
parent
842c44b10a
commit
9ab20bb927
4 changed files with 3 additions and 9 deletions
|
@ -17,7 +17,6 @@ procedure please follow [the long way in detail](README.md#the-long-way-in-detai
|
|||
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={
|
||||
/ system script add name=$Script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script) output=user as-value]->"data");
|
||||
}
|
||||
/ system script set comment="ignore" global-config-overlay;
|
||||
/ system script { run global-config; run global-config-overlay; run global-functions; }
|
||||
/ system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }";
|
||||
:global CertificateNameByCN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue