This commit is contained in:
Ilia Ross
2025-01-10 16:36:53 +02:00
parent 1ceabeb841
commit 23aa974014

View File

@@ -288,7 +288,7 @@ else {
my $hasapache = &foreign_installed("apache");
my $mode = $webroot eq 'dns' ? 3 :
$webroot ? 2 :
$hasapacehe ? 0 :
$hasapache ? 0 :
$letsencrypt_cmd ? 4 : 2;
if ($hasapache) {
&foreign_require("apache");