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.
2 parents 14c2d8c + f285956 commit 7a3fd81Copy full SHA for 7a3fd81
server/lib/classes/cron.d/900-letsencrypt.inc.php
@@ -36,8 +36,8 @@ class cronjob_letsencrypt extends cronjob {
36
public function onRunJob() {
37
global $app, $conf;
38
39
- if(file_exists("/root/.local/share/letsencrypt/bin/letsencrypt-renewer")) {
40
- exec('/root/.local/share/letsencrypt/bin/letsencrypt-renewer');
+ if(file_exists("/root/.local/share/letsencrypt/bin/letsencrypt")) {
+ exec('/root/.local/share/letsencrypt/bin/letsencrypt renew');
41
}
42
43
parent::onRunJob();
0 commit comments