global-functions: properly define global functions

This commit is contained in:
Christian Hesse 2018-12-28 19:39:59 +01:00
parent ea55464434
commit 3cdd0fb94b
4 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,6 @@
:global "identity";
:global CertificateAvailable;
:global GetMacVendor;
:global SendNotification;

View file

@ -8,7 +8,6 @@
:global "identity";
:global CertificateAvailable;
:global GetMacVendor;
:global SendNotification;

View file

@ -9,7 +9,6 @@
:global "identity";
:global CertificateAvailable;
:global GetMacVendor;
:global SendNotification;

View file

@ -97,6 +97,8 @@
:global GetMacVendor do={
:local mac [ :tostr $1 ];
:global CertificateAvailable;
:do {
:local vendor;
$CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt";