diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-24 22:49:29 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 22:55:08 +0100 |
commit | 1015a1bbde2f0bca4dd09907d97a2d256f7be940 (patch) | |
tree | b0a50e573583b068932a9f27dc807acfbfb75fda /global-functions | |
parent | 8abb3c1e33dca7382bf18e0609115933bbf617df (diff) |
global-functions: $CertificateAvailable: use $0 for $RequiredRouterOS
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 fbc3f4a..8bb18fd 100644 --- a/global-functions +++ b/global-functions @@ -77,7 +77,7 @@ } } - :if ([ $RequiredRouterOS ("\$CertificateAvailable") "6.47" ] = false) do={ + :if ([ $RequiredRouterOS $0 "6.47" ] = false) do={ :return true; } |