mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-15 04:24:29 +02:00
check-certificates: unbreak certificate download
This was borked with a2749b2760
. 😳
This commit is contained in:
parent
20c337d6ba
commit
468b5a18f3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
:global CertificateAvailable
|
:global CertificateAvailable
|
||||||
:global EscapeForRegEx;
|
:global EscapeForRegEx;
|
||||||
:global FetchUserAgent;
|
|
||||||
:global IfThenElse;
|
:global IfThenElse;
|
||||||
:global LogPrintExit2;
|
:global LogPrintExit2;
|
||||||
:global ParseKeyValueStore;
|
:global ParseKeyValueStore;
|
||||||
|
@ -35,6 +34,7 @@
|
||||||
|
|
||||||
:global CertificateNameByCN;
|
:global CertificateNameByCN;
|
||||||
:global EscapeForRegEx;
|
:global EscapeForRegEx;
|
||||||
|
:global FetchUserAgent;
|
||||||
:global LogPrintExit2;
|
:global LogPrintExit2;
|
||||||
:global UrlEncode;
|
:global UrlEncode;
|
||||||
:global WaitForFile;
|
:global WaitForFile;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue