diff --git a/meshcentral.js b/meshcentral.js index b73ced1e..da0e1d25 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -2069,7 +2069,7 @@ var childProcess = null; var previouslyInstalledModules = {}; function mainStart() { // Check the NodeJS is version 6 or better. - if (Number(process.version.match(/^v(\d+\.\d+)/)[1]) < 6) { console.log("MeshCentral requires Node v6.x or above, current version is " + process.version + "."); return; } + if (Number(process.version.match(/^v(\d+\.\d+)/)[1]) < 6) { console.log("MeshCentral requires Node v6 or above, current version is " + process.version + "."); return; } // Check for any missing modules. InstallModules(['minimist'], function () { diff --git a/public/commander.htm b/public/commander.htm index 113bb76d..7fd615f4 100644 --- a/public/commander.htm +++ b/public/commander.htm @@ -1,4 +1,4 @@ -
  
Disconnected