diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-14 16:32:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-14 17:02:41 +0200 |
commit | f4d6e07dbb6c1406b56c77116a52d11ff8b363b1 (patch) | |
tree | 18d6ffb82f0708255ccff24c03e3429d457fc440 /README.md | |
parent | d1b6ca3d0b531f310a21b947837f7771649b9e17 (diff) |
global-config: dropped $ScriptUpdatesIgnore, use ignore flag in commentchange-22
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,6 +92,10 @@ 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. Make sure not to send your mails to `mail@example.com`! Edit `global-config-overlay`, copy configuration from `global-config`. |