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:
parent
522631eaba
commit
f0c319e070
2 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue