diff options
author | Christian Hesse <mail@eworm.de> | 2021-03-04 00:31:58 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-03-04 12:13:20 +0100 |
commit | 9ab20bb92700339977e3920890500f67d81152dd (patch) | |
tree | 93e4d86bea6da3defcfb993806697b58627b7de9 /INITIAL-COMMANDS.md | |
parent | 842c44b10a1d73f9020665b3f8c1eb7855a3a41e (diff) |
global-config-overlay: remove magic
This allows to drop the ignore flag.
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r-- | INITIAL-COMMANDS.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md index 9a5d6c8..fa32654 100644 --- a/INITIAL-COMMANDS.md +++ b/INITIAL-COMMANDS.md @@ -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; |