check-certificates: use :continue in loop

This commit is contained in:
Christian Hesse 2026-01-19 17:20:53 +01:00
parent f999bacbb9
commit 9a03913b3f

View file

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