mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-28 11:59:33 +00:00
check-certificates: use :continue in loop
This commit is contained in:
parent
7bbda6f85f
commit
8d2cf485d6
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@
|
||||||
:do {
|
:do {
|
||||||
:if ([ :len $CertRenewUrl ] = 0) do={
|
:if ([ :len $CertRenewUrl ] = 0) do={
|
||||||
$LogPrintOnce info $ScriptName ("No CertRenewUrl given.");
|
$LogPrintOnce info $ScriptName ("No CertRenewUrl given.");
|
||||||
:error false;
|
:continue;
|
||||||
}
|
}
|
||||||
$LogPrint info $ScriptName ("Attempting to renew certificate '" . ($CertVal->"name") . "'.");
|
$LogPrint info $ScriptName ("Attempting to renew certificate '" . ($CertVal->"name") . "'.");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue