mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-08 02:49:29 +00:00
check-certificates: add missing semicolon
This commit is contained in:
parent
c88953e44d
commit
3776a028f8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
:global CertWarnTime;
|
:global CertWarnTime;
|
||||||
:global Identity;
|
:global Identity;
|
||||||
|
|
||||||
:global CertificateAvailable
|
:global CertificateAvailable;
|
||||||
:global EscapeForRegEx;
|
:global EscapeForRegEx;
|
||||||
:global IfThenElse;
|
:global IfThenElse;
|
||||||
:global LogPrint;
|
:global LogPrint;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue