mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: properly define global functions
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
|
||||
:global "identity";
|
||||
|
||||
:global CertificateAvailable;
|
||||
:global GetMacVendor;
|
||||
:global SendNotification;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
:global "identity";
|
||||
|
||||
:global CertificateAvailable;
|
||||
:global GetMacVendor;
|
||||
:global SendNotification;
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
:global "identity";
|
||||
|
||||
:global CertificateAvailable;
|
||||
:global GetMacVendor;
|
||||
:global SendNotification;
|
||||
|
||||
|
@ -97,6 +97,8 @@
|
||||
:global GetMacVendor do={
|
||||
:local mac [ :tostr $1 ];
|
||||
|
||||
:global CertificateAvailable;
|
||||
|
||||
:do {
|
||||
:local vendor;
|
||||
$CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt";
|
||||
|
Reference in New Issue
Block a user