diff options
author | Christian Hesse <mail@eworm.de> | 2022-02-23 09:24:10 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-02-23 09:25:16 +0100 |
commit | a7da21e18583d8bf22b9669f5ce43c02ba66ccb9 (patch) | |
tree | 302bef2964a592e57134b22c04dd8b5cc8257cd6 | |
parent | a45b8d7d8c2ddef51db4ffb25695f2b40ae3c1fb (diff) |
INITIAL-COMMANDS: give another delay before fetch
(cherry picked from commit 0ab99fcdbb9b9210b3ebdfeb59b8185b4d760567)
-rw-r--r-- | INITIAL-COMMANDS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md index 2cea9a9..66db40c 100644 --- a/INITIAL-COMMANDS.md +++ b/INITIAL-COMMANDS.md @@ -22,6 +22,7 @@ Then run the complete base installation: :error "Something is wrong with your certificates!"; }; / file remove "letsencrypt-R3.pem"; + :delay 1s; :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 . $ScriptUpdatesUrlSuffix) output=user as-value]->"data"); }; |