check-certificates: use :continue in loop

This commit is contained in:
Christian Hesse 2026-01-19 17:20:53 +01:00
parent d20af17dd4
commit c8d667ac2e

View file

@ -170,7 +170,7 @@
:do {
:if ([ :len $CertRenewUrl ] = 0) do={
$LogPrintOnce info $ScriptName ("No CertRenewUrl given.");
:error false;
:continue;
}
$LogPrint info $ScriptName ("Attempting to renew certificate '" . ($CertVal->"name") . "'.");