continue checking domains even if no config was found, thx knox

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-01-11 21:07:00 +01:00
parent 82d15c4dc2
commit cb67e3ae63

View File

@@ -80,7 +80,7 @@ final class ValidateAcmeWebroot extends CliCommand
$conf_content = file_get_contents($acme_domain_conf); $conf_content = file_get_contents($acme_domain_conf);
} else { } else {
$io->info("No domain configuration file found in '" . $acmesh_dir . "'"); $io->info("No domain configuration file found in '" . $acmesh_dir . "'");
break; continue;
} }
} }
if (!empty($conf_content)) { if (!empty($conf_content)) {