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

check-certificates: use $LogAndError

This commit is contained in:
Christian Hesse
2020-02-26 12:54:13 +01:00
parent d516b1b249
commit b70a460f43

View File

@@ -30,8 +30,7 @@
:do {
:if ([ :len $CertRenewUrl ] = 0) do={
:log info "No CertRenewUrl given.";
:error "No CertRenewUrl given.";
$LogAndError warning "No CertRenewUrl given.";
}
:foreach Type in={ ".pem"; ".p12" } do={