mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-31 09:43:40 -04:00
Version 0.9.56
This commit is contained in:
parent
6b8c4bae08
commit
e441421131
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @description MeshCentral letsEncrypt module, uses GreenLock to do all the work.
|
* @description MeshCentral letsEncrypt module, uses ACME-Client to do all the work.
|
||||||
* @author Ylian Saint-Hilaire
|
* @author Ylian Saint-Hilaire
|
||||||
* @copyright Intel Corporation 2018-2021
|
* @copyright Intel Corporation 2018-2021
|
||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @description MeshCentral bot sample code
|
||||||
|
* @author Ylian Saint-Hilaire
|
||||||
|
* @copyright Intel Corporation 2018-2021
|
||||||
|
* @license Apache-2.0
|
||||||
|
* @version v0.0.1
|
||||||
|
*/
|
||||||
|
|
||||||
// Make sure we have the dependency modules
|
// Make sure we have the dependency modules
|
||||||
try { require('minimist'); } catch (ex) { console.log('Missing module "minimist", type "npm install minimist" to install it.'); return; }
|
try { require('minimist'); } catch (ex) { console.log('Missing module "minimist", type "npm install minimist" to install it.'); return; }
|
||||||
try { require('ws'); } catch (ex) { console.log('Missing module "ws", type "npm install ws" to install it.'); return; }
|
try { require('ws'); } catch (ex) { console.log('Missing module "ws", type "npm install ws" to install it.'); return; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user