mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added terminal start command option
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user