combine Let's Encrypt cron with webserver-vhost-generation but allow manually execution using --debug/--force

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-07-09 07:50:11 +02:00
parent fd912dd161
commit 0f0dd91246
5 changed files with 40 additions and 18 deletions

View File

@@ -145,6 +145,7 @@ class TasksCron extends \Froxlor\Cron\FroxlorCron
$webserver = new $websrv();
if (isset($webserver)) {
$webserver->init();
$webserver->createIpPort();
$webserver->createVirtualHosts();
$webserver->createFileDirOptions();