diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-16 16:46:13 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-16 22:26:29 +0100 |
commit | b936970c19b960294b4cbadfcfe1f917d7762d0d (patch) | |
tree | 159a3ddb19c6461f31c7b0664fa183f7b8e90f14 | |
parent | 9a0321d40d495b78fd613557260895a0e95e7734 (diff) |
INITIAL-COMMANDS: adopt changes, no need to run global-config-overlay
-rw-r--r-- | INITIAL-COMMANDS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md index c88b709..46e1c8b 100644 --- a/INITIAL-COMMANDS.md +++ b/INITIAL-COMMANDS.md @@ -17,8 +17,8 @@ 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 { 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; }"; + / system script { run global-config; run global-functions; }; + / system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-functions; }"; :global CertificateNameByCN; $CertificateNameByCN "R3"; $CertificateNameByCN "ISRG Root X1"; |