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

Minor fixes.

This commit is contained in:
Ylian Saint-Hilaire 2022-09-06 17:52:47 -07:00
parent 4b470d4e32
commit d25bfeafa5
2 changed files with 1 additions and 8 deletions

View file

@ -2322,7 +2322,6 @@
break;
}
case 'serverwarnings': {
console.log(message);
if ((message.warnings != null) && (message.warnings.length > 0)) {
var ServerWarnings = {
1: "MeshCentral SSH support requires NodeJS 11 or higher.",