mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 06:01:35 +00:00
Compare commits
5 commits
1d4b7cd77d
...
0a97bd14d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a97bd14d0 | ||
|
|
1b3fb933e3 | ||
|
|
db751235c2 | ||
|
|
3fd8fd1f09 | ||
|
|
461aab48e8 |
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=":" [ :tostr ($List->"cert") ] ] do={
|
||||
:foreach Cert in=[ :toarray delimiter=":" ($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