mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added --bindany option to MeshCMD MicroLMS.
This commit is contained in:
parent
3d549dc187
commit
1240733d6c
3 changed files with 21 additions and 4 deletions
|
|
@ -157,6 +157,7 @@ function run(argv) {
|
|||
if ((typeof args.uuidoutput) == 'string' || args.uuidoutput) { settings.uuidoutput = args.uuidoutput; }
|
||||
if ((typeof args.desc) == 'string') { settings.desc = args.desc; }
|
||||
if ((typeof args.dnssuffix) == 'string') { settings.dnssuffix = args.dnssuffix; }
|
||||
if (args.bindany) { settings.bindany = true; }
|
||||
if (args.emailtoken) { settings.emailtoken = true; }
|
||||
if (args.smstoken) { settings.smstoken = true; }
|
||||
if (args.debug === true) { settings.debuglevel = 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue