1
0
Fork 0
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:
Ylian Saint-Hilaire 2020-09-07 20:35:13 -07:00
parent 897aa1618a
commit 95b68fb2a5
4 changed files with 16 additions and 22 deletions

View file

@ -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 {