1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added messenger web application.

This commit is contained in:
Ylian Saint-Hilaire 2018-11-29 17:59:29 -08:00
parent 79dd5ec5d2
commit e0e32a5c5b
5 changed files with 130 additions and 9 deletions

View file

@ -125,6 +125,6 @@ module.exports.CreateLetsEncrypt = function (parent) {
};
return obj;
} catch (e) { console.error(e); } // Unable to start Let's Encrypt
} catch (ex) { console.log(ex); } // Unable to start Let's Encrypt
return null;
};