From a365f7d6b4bac79290313242286776062c5e2e71 Mon Sep 17 00:00:00 2001 From: ylianst Date: Sat, 23 Jul 2022 17:07:29 -0700 Subject: [PATCH] Version 1.0.59 --- certoperations.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/certoperations.js b/certoperations.js index 41b61888..7d552da2 100644 --- a/certoperations.js +++ b/certoperations.js @@ -998,7 +998,8 @@ module.exports.CertificateOperations = function (parent) { if (r.mps == null) { console.log(' Intel AMT MPS certificate is missing.'); } if (r.agent == null) { console.log(' Server agent authentication certificate is missing.'); } if (r.codesign == null) { console.log(' Agent code signing certificate is missing.'); } - process.exit(0); return null; + process.exit(0); + return null; } console.log("Generating certificates, may take a few minutes..."); diff --git a/package.json b/package.json index 84449919..92f8a8af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "1.0.58", + "version": "1.0.59", "keywords": [ "Remote Device Management", "Remote Device Monitoring",