From cb8437006149ddda72bdb71ee024a65b8b19691d Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 25 May 2021 09:52:16 -0700 Subject: [PATCH] Fix for #2683 --- views/agentinvite.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/agentinvite.handlebars b/views/agentinvite.handlebars index f738b343..7dbe9d43 100644 --- a/views/agentinvite.handlebars +++ b/views/agentinvite.handlebars @@ -332,7 +332,7 @@ QH('unlinuxinstall', linuxUnInstall); // MeshCentral Assistant - url = 'meshosxagent?id=10006&meshid=' + meshid; + url = 'meshagents?id=10006&meshid=' + meshid; Q('assisturl').href = url; // Attempt to detect the most likely operating system for this browser