mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-14 06:58:50 +02:00
check-certificates: use $LogAndError
This commit is contained in:
parent
d516b1b249
commit
b70a460f43
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@
|
||||||
|
|
||||||
:do {
|
:do {
|
||||||
:if ([ :len $CertRenewUrl ] = 0) do={
|
:if ([ :len $CertRenewUrl ] = 0) do={
|
||||||
:log info "No CertRenewUrl given.";
|
$LogAndError warning "No CertRenewUrl given.";
|
||||||
:error "No CertRenewUrl given.";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:foreach Type in={ ".pem"; ".p12" } do={
|
:foreach Type in={ ".pem"; ".p12" } do={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue