Merge pull request #377 from oliverrahner/patch-1

do not die after token self check
This commit is contained in:
Michael Kaufmann
2016-08-29 10:47:23 +02:00
committed by GitHub

View File

@@ -189,7 +189,7 @@ class lescript
$errmsg = "";
}
@unlink($tokenPath);
throw new \RuntimeException("Please check $uri - token not available" . $errmsg);
$cronlog->logAction(CRON_ACTION, LOG_ERR,"letsencrypt Please check $uri - token not available" . $errmsg);
}
$this->log("Sending request to challenge");