Version 1.0.59
ylianst committed
Jul 23, 2022 at 17:07 UTC
a365f7d6b4bac79290313242286776062c5e2e71
2 files changed
+3
-2
certoperations.js
+2
-1
@@ -998,7 +998,8 @@ module.exports.CertificateOperations = function (parent) {
998
if (r.mps == null) { console.log(' Intel AMT MPS certificate is missing.'); }
999
if (r.agent == null) { console.log(' Server agent authentication certificate is missing.'); }
1000
if (r.codesign == null) { console.log(' Agent code signing certificate is missing.'); }
1001
- process.exit(0); return null;
1001
+ process.exit(0);
1002
+ return null;
1003
}
1004
1005
console.log("Generating certificates, may take a few minutes...");
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",