mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed invalid function name, #2864
This commit is contained in:
parent
30fc4b65ef
commit
6f26582c0d
1 changed files with 1 additions and 1 deletions
|
@ -5752,7 +5752,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
if (parent.parent.letsencrypt == null) {
|
||||
cmdData.result = "Let's Encrypt not in use.";
|
||||
} else {
|
||||
cmdData.result = ["CertOK", "Request:NoCert", "Request:Expire", "Request:MissingNames"][parent.parent.letsencrypt.checkRkenewCertificate()];
|
||||
cmdData.result = ["CertOK", "Request:NoCert", "Request:Expire", "Request:MissingNames"][parent.parent.letsencrypt.checkRenewCertificate()];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue