1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: $CertificateAvailable: use $0 for $RequiredRouterOS

This commit is contained in:
Christian Hesse
2021-02-24 22:49:29 +01:00
parent 8abb3c1e33
commit 1015a1bbde

View File

@@ -77,7 +77,7 @@
}
}
:if ([ $RequiredRouterOS ("\$CertificateAvailable") "6.47" ] = false) do={
:if ([ $RequiredRouterOS $0 "6.47" ] = false) do={
:return true;
}