mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-06 19:25:39 +02:00
global-functions: $CertificateDownload: add a delay
For any reason the imported certificate(s) is/are not available for fetch command immediately. Let's add a delay here... It should not hurt as certificates are not imported that often.
This commit is contained in:
parent
0b8979e5b5
commit
d2883e6f43
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@
|
||||||
"CommonName \"" . $CommonName . "\"!") false;
|
"CommonName \"" . $CommonName . "\"!") false;
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
:delay 1s;
|
||||||
:return true;
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue