Till Brehm
2016-04-07 7bce72dd8ffc5a1e072d9d51cd4e40ede7258d3d
server/lib/classes/cron.d/900-letsencrypt.inc.php
@@ -36,8 +36,8 @@
   public function onRunJob() {
      global $app, $conf;
      if(file_exists("/root/.local/share/letsencrypt/bin/letsencrypt-renewer")) {
         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');
      }
      
      parent::onRunJob();