mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-23 03:22:28 -05:00
Traling Coma Typo in config-schema.json
This commit is contained in:
parent
a590ea6aa1
commit
e6e44c8c0d
@ -588,7 +588,7 @@
|
|||||||
"description": "Indicate what string the agent must write to the shell after starting a terminal session",
|
"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." },
|
"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." },
|
"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…
x
Reference in New Issue
Block a user