mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-26 11:38:36 +02:00
global-functions: use 'print count-only'
This commit is contained in:
parent
e486332d36
commit
ec2f976be0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue