Skip to content
Snippets Groups Projects
Commit 3c578713 authored by Marius Burkard's avatar Marius Burkard
Browse files

- fixed typo

parent 9dc6b899
No related branches found
No related tags found
1 merge request!1173Resolve "Certbot-Apache is needed, when using 3.2"
Pipeline #5144 passed
...@@ -2832,7 +2832,7 @@ class installer_base { ...@@ -2832,7 +2832,7 @@ class installer_base {
$check_acme_file = $acme_cert_dir . '/cert.pem'; $check_acme_file = $acme_cert_dir . '/cert.pem';
} }
} }
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)))) { 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)))) {
// This script is needed earlier to check and open http port 80 or standalone might fail // This script is needed earlier to check and open http port 80 or standalone might fail
// Make executable and temporary symlink latest letsencrypt pre, post and renew hook script before install // Make executable and temporary symlink latest letsencrypt pre, post and renew hook script before install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment