diff --git a/meshcentral.js b/meshcentral.js index 6c4fccda..6cba1d04 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -1894,6 +1894,7 @@ function CreateMeshCentralServer(config, args) { hashStream.archid = archid; hashStream.on('data', function (data) { obj.meshAgentBinaries[this.archid].hash = data.toString('binary'); + obj.meshAgentBinaries[this.archid].hashhex = data.toString('hex'); if ((--archcount == 0) && (func != null)) { func(); } }); var options = { sourcePath: agentpath, targetStream: hashStream, platform: obj.meshAgentsArchitectureNumbers[archid].platform }; diff --git a/package.json b/package.json index 994ab1e7..61745318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.4.7-y", + "version": "0.4.7-z", "keywords": [ "Remote Management", "Intel AMT", diff --git a/views/default.handlebars b/views/default.handlebars index f3d8d74f..d5bbd0ec 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -65,6 +65,9 @@