aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-06-01 21:57:05 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-06-01 21:59:52 +0200
commitd2883e6f436b6e70cabbbbad9a8399002f444afe (patch)
tree867753aa9e77695cf80ffd555d6296841d33ea8f
parent0b8979e5b53896e4f788fdaa771c853520a11f8c (diff)
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.
-rw-r--r--global-functions.rsc1
1 files changed, 1 insertions, 0 deletions
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;
}