Test changes

Ylian Saint-Hilaire committed Aug 28, 2017 at 09:43 UTC 63f852e1da9beb2ec9329968405dc451c93c7890
1 file changed +1 -1
meshcentral.js
+1 -1
@@ -634,7 +634,7 @@ function InstallModule(modulename, func, tag1, tag2) {
634 process.on('SIGINT', function () { if (meshserver != null) { meshserver.Stop(); meshserver = null; } });
635
636 // Build the list of required modules
637 -var modules = ['nedb', 'https', 'unzip', 'xmldom', 'express', 'archiver', 'mongojs', 'minimist', 'multiparty', 'node-forge', 'express-ws', 'compression', 'body-parser', 'connect-redis', 'express-session', 'express-handlebars'];
637 +var modules = ['nedb', 'https', 'unzip', 'xmldom', 'express', 'mongojs', 'archiver', 'minimist', 'multiparty', 'node-forge', 'express-ws', 'compression', 'body-parser', 'connect-redis', 'express-session', 'express-handlebars'];
638 if (require('os').platform() == 'win32') { modules.push("node-windows"); }
639
640 // Run as a command line, if we are not using service arguments, don't need to install the service package.