mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-16 18:19:36 +00:00
check-certificates: use :break in loop
This commit is contained in:
parent
ac9923f542
commit
f0832ea4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,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;
|
:break;
|
||||||
}
|
}
|
||||||
$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