mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Traling Coma Typo in config-schema.json
This commit is contained in:
parent
a590ea6aa1
commit
e6e44c8c0d
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@
|
|||
"description": "Indicate what string the agent must write to the shell after starting a terminal session",
|
||||
"linux": { "type": "string", "default": " alias ls=\\'ls --color=auto\\';clear\\n", "description": "String to write after opening a Linux terminal." },
|
||||
"darwin": { "type": "string", "default": null, "description": "String to write after opening a macOS terminal." },
|
||||
"freebsd": { "type": "string", "default": null, "description": "String to write after opening a FreeBSD terminal." },
|
||||
"freebsd": { "type": "string", "default": null, "description": "String to write after opening a FreeBSD terminal." }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue