1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00: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:
Christian Hesse
2023-06-01 21:57:05 +02:00
parent 0b8979e5b5
commit d2883e6f43

View File

@@ -137,6 +137,7 @@
"CommonName \"" . $CommonName . "\"!") false;
:return false;
}
:delay 1s;
:return true;
}