From a7da21e18583d8bf22b9669f5ce43c02ba66ccb9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 23 Feb 2022 09:24:10 +0100 Subject: INITIAL-COMMANDS: give another delay before fetch (cherry picked from commit 0ab99fcdbb9b9210b3ebdfeb59b8185b4d760567) --- INITIAL-COMMANDS.md | 1 + 1 file changed, 1 insertion(+) 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"); }; -- cgit v1.2.3-54-g00ecf