mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
SMBIOS is no longer saved by default.
This commit is contained in:
parent
897aa1618a
commit
95b68fb2a5
4 changed files with 16 additions and 22 deletions
|
@ -1165,7 +1165,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
|||
case 'smbios':
|
||||
{
|
||||
// See if we need to save SMBIOS information
|
||||
if (domain.smbios !== false) {
|
||||
if (domain.smbios === true) {
|
||||
// Store the RAW SMBios table of this computer
|
||||
// Perform sanity checks before storing
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue