formatting

This commit is contained in:
Stefan Körfgen 2024-03-04 21:06:10 +01:00 committed by GitHub
parent 9ab0a07c5f
commit a002caf852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ final class Acme
&& empty(array_diff($domains, $acme->getSAN('file://' . $acmeDir . '/acme.crt')))
&& $acme->getRemainingDays('file://' . $acmeDir . '/acme.crt') > self::THRESHOLD_DAYS
) {
if (!$this->checkLinks($acmeDir)){
if (!$this->checkLinks($acmeDir)) {
$this->reloadServices();
}
@ -172,7 +172,7 @@ final class Acme
$this->checkLinks($acmeDir);
$this->reloadServices();
$this->logger->notice('ACME certificate process successful.');
}