From e6e44c8c0dbc0c4f283f6edbed9ade23b34c6106 Mon Sep 17 00:00:00 2001 From: JSuenram Date: Tue, 15 Feb 2022 07:29:47 +0100 Subject: [PATCH] Traling Coma Typo in config-schema.json --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 532ee2c8..a556e4e5 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -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." } } } },