mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: use 'print count-only'
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
:global "script-updates-baseurl";
|
||||
:global "script-updates-urlsuffix";
|
||||
|
||||
:if ([ :len [ / certificate find where fingerprint=$fprint ] ] = 0) do={
|
||||
:if ([ / certificate print count-only where fingerprint=$fprint ] = 0) do={
|
||||
:log info ("Certificate with fingerprint " . $fprint . \
|
||||
" not available, downloading and importing.");
|
||||
:do {
|
||||
|
Reference in New Issue
Block a user