aboutsummaryrefslogtreecommitdiffstats
path: root/check-certificates
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-02-28 15:26:26 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-02-28 15:26:26 +0100
commit001e7eeb39ee993539334805622f8cd24fde63e9 (patch)
tree1e1efe76ea0fe68d6c8a52ccf47814d7c9219d8c /check-certificates
parent3db752bc979be5f7eaff4f64e96d5f854b83eff5 (diff)
global-functions: sort alphabetically
Diffstat (limited to 'check-certificates')
-rw-r--r--check-certificates6
1 files changed, 3 insertions, 3 deletions
diff --git a/check-certificates b/check-certificates
index d94c330..38f1c79 100644
--- a/check-certificates
+++ b/check-certificates
@@ -4,17 +4,17 @@
#
# check for certificate validity
-:global Identity;
-:global CertRenewUrl;
:global CertRenewPass;
+:global CertRenewUrl;
+:global Identity;
:global CertificateNameByCN;
+:global LogPrintExit;
:global ParseKeyValueStore;
:global SendNotification;
:global TimeIsSync;
:global UrlEncode;
:global WaitForFile;
-:global LogPrintExit;
:local FormatExpire do={
:global CharacterReplace;