We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f2e5f commit 72057a8Copy full SHA for 72057a8
server/lib/classes/cron.d/900-letsencrypt.inc.php
@@ -37,7 +37,8 @@ public function onRunJob() {
37
global $app, $conf;
38
39
if(file_exists("/root/.local/share/letsencrypt/bin/letsencrypt")) {
40
- exec('/root/.local/share/letsencrypt/bin/letsencrypt renew');
+ exec('/root/.local/share/letsencrypt/bin/letsencrypt -n renew');
41
+ $app->services->restartServiceDelayed('httpd', 'reload');
42
}
43
44
parent::onRunJob();
0 commit comments