mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed MacOS agent download link on invitation page.
This commit is contained in:
parent
63d440914f
commit
9cc918239f
7 changed files with 12 additions and 11 deletions
|
@ -250,7 +250,7 @@
|
|||
Q('win32url').href = url;
|
||||
|
||||
// MacOS Setup
|
||||
url = 'meshagents?id=16&meshid=' + meshid;
|
||||
url = 'meshosxagent?id=16&meshid=' + meshid;
|
||||
Q('macosurl').href = url;
|
||||
|
||||
// Linux Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue