Skip to content

Commit 3c57871

Browse files
author
Marius Burkard
committed
- fixed typo
1 parent 9dc6b89 commit 3c57871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@ public function make_ispconfig_ssl_cert() {
28322832
$check_acme_file = $acme_cert_dir . '/cert.pem';
28332833
}
28342834
}
2835-
if ((!@is_dir($acme_cert_dir) || !@file_exists($check_acme_file)) || !@file_exists($ssl_crt_file)) && (($svr_ip4 && in_array($svr_ip4, $dns_ips)) || ($svr_ip6 && in_array($svr_ip6, $dns_ips)))) {
2835+
if ((!@is_dir($acme_cert_dir) || !@file_exists($check_acme_file) || !@file_exists($ssl_crt_file)) && (($svr_ip4 && in_array($svr_ip4, $dns_ips)) || ($svr_ip6 && in_array($svr_ip6, $dns_ips)))) {
28362836

28372837
// This script is needed earlier to check and open http port 80 or standalone might fail
28382838
// Make executable and temporary symlink latest letsencrypt pre, post and renew hook script before install

0 commit comments

Comments
 (0)