From 9829c6dfee76a00b3a72dab92c8938267865dd5e Mon Sep 17 00:00:00 2001 From: John Dempsey <1750243+mcfnord@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:00:21 -0700 Subject: [PATCH] refer to https://github.com/jamulussoftware/jamuluswebsite/pull/927/ --- wiki/en/Running-a-Server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/Running-a-Server.md b/wiki/en/Running-a-Server.md index 63bfcdb59..6a56d673a 100644 --- a/wiki/en/Running-a-Server.md +++ b/wiki/en/Running-a-Server.md @@ -172,6 +172,8 @@ Show an agreement window before users can connect. The text of the agreement to ##### `-w or --welcomemessage` A "welcome message" to display in the Client chat window on connect. Can be given as a string or filename, and can contain HTML. +When a path is used, the file must be accessible by the user account running Jamulus. (On most Linux installations, user `jamulus` is used by default.) +If not accessible, the literal path (rather than its contents) will appear. ##### `--serverpublicip` The public IP address of the Server if connecting to a Directory behind the same NAT. See [the Directories guide](Directories) for further information.