aboutsummaryrefslogtreecommitdiffstats
path: root/INITIAL-COMMANDS.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-02-23 09:24:10 +0100
committerGravatar Christian Hesse <mail@eworm.de>2022-02-23 09:24:10 +0100
commit0ab99fcdbb9b9210b3ebdfeb59b8185b4d760567 (patch)
treef65d7d4b28504b6666aad765e8c229824f7cacc5 /INITIAL-COMMANDS.md
parentc872c18d76553647ebeab613df4edc8cabef84f2 (diff)
INITIAL-COMMANDS: give another delay before fetch
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r--INITIAL-COMMANDS.md1
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");
};