mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
revert getDeviceDetails commits as was external problem
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -2592,11 +2592,7 @@ function serverConnect() {
|
||||
break;
|
||||
}
|
||||
case 'getDeviceDetails': {
|
||||
if (args.json) {
|
||||
console.log(JSON.stringify(data.data));
|
||||
} else {
|
||||
console.log(data.data);
|
||||
}
|
||||
console.log(data.data);
|
||||
process.exit();
|
||||
}
|
||||
case 'report': {
|
||||
|
||||
Reference in New Issue
Block a user