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:
@@ -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={
|
||||
|
Reference in New Issue
Block a user