From d2883e6f436b6e70cabbbbad9a8399002f444afe Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 1 Jun 2023 21:57:05 +0200 Subject: 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. --- global-functions.rsc | 1 + 1 file changed, 1 insertion(+) (limited to 'global-functions.rsc') diff --git a/global-functions.rsc b/global-functions.rsc index 833a595..d15567d 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -137,6 +137,7 @@ "CommonName \"" . $CommonName . "\"!") false; :return false; } + :delay 1s; :return true; } -- cgit v1.2.3-54-g00ecf