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

Version 0.7.95

This commit is contained in:
Ylian Saint-Hilaire 2021-03-23 14:48:57 -07:00
parent a8d1f32cfb
commit da44d6f4d5
74 changed files with 1497 additions and 1560 deletions

View file

@ -3442,7 +3442,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
// Event Intel AMT One Click Recovery, this will cause Intel AMT wake operations on this and other servers.
parent.DispatchEvent('*', obj, { action: 'oneclickrecovery', userid: user._id, username: user.name, nodeids: [node._id], domain: domain.id, nolog: 1, file: file.path });
try { obj.fs.unlinkSync(file.path); } catch (e) { } // TODO: Remove this file after 30 minutes.
//try { obj.fs.unlinkSync(file.path); } catch (e) { } // TODO: Remove this file after 30 minutes.
}
res.send('');
});