mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added terminal start command option
This commit is contained in:
parent
5a174a2230
commit
adae944146
5 changed files with 45 additions and 24 deletions
|
@ -262,6 +262,14 @@
|
|||
"_maxAgentSessions": 100,
|
||||
"maxSingleUserSessions": 10
|
||||
},
|
||||
"_terminal": {
|
||||
"_linuxshell": "login",
|
||||
"launchCommand": {
|
||||
"linux": "clear\necho \"Hello Linux\"\n",
|
||||
"darwin": "clear\necho \"Hello MacOS\"\n",
|
||||
"freebsd": "clear\necho \"Hello FreeBSD\"\n"
|
||||
}
|
||||
},
|
||||
"_amtScanOptions": [
|
||||
"LabNetwork 192.168.15.0/23",
|
||||
"SalesNetwork 192.168.8.0/24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue