We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MeshCentral Router Version 1.8.8231
When using the Custom Application option, the variable %N for Computer name expands to "xxx"
The text was updated successfully, but these errors were encountered:
Still an issue with V 1.8.8795
Sorry, something went wrong.
MapUserControl.cs
foreach (String[] app in apps) { if (app[1].ToLower() == appIdStr.ToLower()) { appCmd = app[2]; if (app[3] != null) { appArgs = app[3].Replace("%P", mapper.localport.ToString()).Replace("%L", "127.0.0.1").Replace("%N", "xxx"); } } }
the xxx should be something like "node.name.ToString()" not static text "xxx".
Still an issue with V 1.8.9021
I will try have a look at this later as not seen this issue before
si458
No branches or pull requests
MeshCentral Router Version 1.8.8231
When using the Custom Application option, the variable %N for Computer name expands to "xxx"
The text was updated successfully, but these errors were encountered: