diff options
author | Christian Hesse <mail@eworm.de> | 2020-03-23 12:21:38 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-03-23 14:01:20 +0100 |
commit | 5f46ef7635f27f6180898815cebd954617790b37 (patch) | |
tree | 86cdb560f00a1e6eb6a78ac4c3395600fd97e618 /INITIAL-COMMANDS.md | |
parent | 1282a91f0401deaaa516826afc6b92622389aeee (diff) |
completely replace script-updates with $ScriptInstallUpdatechange-14
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r-- | INITIAL-COMMANDS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md index d7625c0..2f2b7b1 100644 --- a/INITIAL-COMMANDS.md +++ b/INITIAL-COMMANDS.md @@ -19,7 +19,7 @@ procedure please follow [the long way in detail](README.md#the-long-way-in-detai :error "Something is wrong with your certificates!"; } / file remove "letsencrypt.pem"; - :foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={ + :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 { run global-config; run global-config-overlay; run global-functions; } |