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

Updated all MeshAgents.

This commit is contained in:
Ylian Saint-Hilaire 2020-08-03 14:00:59 -07:00
parent b0b407203d
commit 4aa40f8399
25 changed files with 107 additions and 86 deletions

View file

@ -14,12 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
/*
TODO: in msh, when:
InstallFlags=1 --> Interactive only, show connect button, not install/uninstal.
InstallFlags=2 --> Background only, show only install/uninstal, not connect.
*/
var msh = {};
var s = null;
try { s = require('service-manager').manager.getService('meshagent'); } catch (e) { }