check-certificates: use :continue in loop

This commit is contained in:
Christian Hesse 2026-01-19 17:20:53 +01:00
parent 208c0d124c
commit a916294782

View file

@ -161,7 +161,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") . "'.");