Fixed wslist typo.
Ylian Saint-Hilaire committed
Feb 9, 2021 at 11:32 UTC
4ee866ca114f0d74f07b80ad3f3eedd966f80b29
2 files changed
+2
-1
MeshCentralServer.njsproj
+1
@@ -175,6 +175,7 @@
175
<Compile Include="public\novnc\vendor\pako\lib\zlib\zstream.js" />
176
<Compile Include="public\novnc\vendor\promise.js" />
177
<Compile Include="public\scripts\agent-redir-rtc-0.1.0.js" />
178
+ <Compile Include="public\serviceworker.js" />
179
<Compile Include="swarmserver.js" />
180
<Compile Include="multiserver.js" />
181
<Compile Include="pass.js" />
agents/meshcore.js
+1
-1
@@ -2680,7 +2680,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
2680
var response = null;
2681
switch (cmd) {
2682
case 'help': { // Displays available commands
2683
- var fin = '', f = '', availcommands = 'agentupdate,msh,timerinfo,coreinfo,coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,nwslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,openurl,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,wallpaper,agentmsg';
2683
+ var fin = '', f = '', availcommands = 'agentupdate,msh,timerinfo,coreinfo,coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,wslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,openurl,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,wallpaper,agentmsg';
2684
if (require('os').dns != null) { availcommands += ',dnsinfo'; }
2685
if (process.platform == 'win32') { availcommands += ',safemode,wpfhwacceleration,uac'; }
2686
if (amt != null) { availcommands += ',amt,amtconfig,amtevents'; }