1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed USB key setup.bin encoding.

This commit is contained in:
Ylian Saint-Hilaire 2021-03-12 16:05:18 -08:00
parent 522631eaba
commit f0c319e070
2 changed files with 13 additions and 5 deletions

View file

@ -447,12 +447,12 @@ module.exports.CertificateOperations = function (parent) {
v.value = port;
setupbin.records[0].variables.push(v);
// Create "Remote Configuration Enabled (RCFG)" variable
// Create "ME Provision Halt Active" variable
v = {};
v.moduleid = 2;
v.varid = 5;
v.varid = 28;
v.length = -1;
v.value = '1'; // Turn on
v.value = 1; // Start
setupbin.records[0].variables.push(v);
// Write to log file