diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-23 17:27:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-23 17:46:03 +0100 |
commit | 555d0e8bfc8d3773fa05302303b43ed43e5f27a1 (patch) | |
tree | 5b927bc07f393cc5c9771593016833b43753d512 /global-functions | |
parent | 36a8938dead84e97b6de67b2911e2186d12123a3 (diff) |
check-certificates: make the warning time configurablechange-89
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 9654824..58c025e 100644 --- a/global-functions +++ b/global-functions @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 88; +:global ExpectedConfigVersion 89; # global variables not to be changed by user :global GlobalFunctionsReady false; |