From 9ab20bb92700339977e3920890500f67d81152dd Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 4 Mar 2021 00:31:58 +0100 Subject: global-config-overlay: remove magic This allows to drop the ignore flag. --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 14b32db..090aab9 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,6 @@ Now let's download the main scripts and add them in configuration on the fly. [admin@MikroTik] > :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"); } -Mark `global-config-overlay` not to be overwritten by future updates. - - [admin@MikroTik] > / system script set comment="ignore" global-config-overlay - The configuration needs to be tweaked for your needs. Edit `global-config-overlay`, copy configuration from [`global-config`](global-config) (the one without `-overlay`). -- cgit v1.2.3-54-g00ecf