fixes for ValidateAcmeWebroot command

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-01-11 20:47:07 +01:00
parent 6d048e2cee
commit 82d15c4dc2
2 changed files with 12 additions and 7 deletions

View File

@@ -60,5 +60,5 @@ $application->add(new UpdateCommand());
$application->add(new InstallCommand());
$application->add(new MasterCron());
$application->add(new UserCommand());
$application->add(new ValidateAcmeWebroot())
$application->add(new ValidateAcmeWebroot());
$application->run();