1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

check-certificates: unbreak certificate download

This was borked with a2749b276003a90b95b9723e287542be56c0d0c1. 😳
This commit is contained in:
Christian Hesse
2024-01-24 16:13:44 +01:00
parent 20c337d6ba
commit 468b5a18f3

View File

@ -17,7 +17,6 @@
:global CertificateAvailable
:global EscapeForRegEx;
:global FetchUserAgent;
:global IfThenElse;
:global LogPrintExit2;
:global ParseKeyValueStore;
@ -35,6 +34,7 @@
:global CertificateNameByCN;
:global EscapeForRegEx;
:global FetchUserAgent;
:global LogPrintExit2;
:global UrlEncode;
:global WaitForFile;