mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 06:01:35 +00:00
Compare commits
6 commits
0a97bd14d0
...
1d4b7cd77d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d4b7cd77d | ||
|
|
306842ed74 | ||
|
|
4fd2d89320 | ||
|
|
1ebbb7f3a7 | ||
|
|
a8c6aa90b6 | ||
|
|
cc644351b6 |
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
:local Data false;
|
||||
:local TimeOut [ $EitherOr [ :totime ($List->"timeout") ] $FwAddrListTimeOut ];
|
||||
|
||||
:foreach Cert in=[ :toarray delimiter=":" ($List->"cert") ] do={
|
||||
:foreach Cert in=[ :toarray delimiter=":" [ :tostr ($List->"cert") ] ] do={
|
||||
:if ([ :len ($Cert) ] > 0) do={
|
||||
:set CheckCertificate true;
|
||||
:if ([ $CertificateAvailable $Cert "fetch" ] = false) do={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue