mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed FIDO2, added alt RDP port, fixed device tag collapse.
This commit is contained in:
parent
b1c391a37c
commit
1f658fb393
5 changed files with 41 additions and 20 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue