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:
@@ -137,6 +137,7 @@
|
||||
"CommonName \"" . $CommonName . "\"!") false;
|
||||
:return false;
|
||||
}
|
||||
:delay 1s;
|
||||
:return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user