generated from smedev/Template-for-SMEServer-Core-Package
* Wed Sep 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-10.sme
- fix unexpected behaviour when item set as disabled [SME: 13136] rewrite of 10Domains fragment
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
my $letsencryptStatus = $configDB->get_prop( 'letsencrypt', 'status' )
|
||||
|| 'disabled';
|
||||
|
||||
return "# letsencrypt is disabled\n" if ( $letsencryptStatus if 'disabled' ) ;
|
||||
return "# letsencrypt is disabled\n" if ( $letsencryptStatus eq 'disabled' ) ;
|
||||
|
||||
# if disabled will only ask certs for host pointing to self.
|
||||
# if set otherwise, will try to get one even if host set as remote or local.
|
||||
|
Reference in New Issue
Block a user