From d596f4a3e0e85ab29dd16faf1b64fd2d144e10d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:25:32 +0100 Subject: [PATCH] Fixed command to add users (#1762) --- json/the-lounge.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/the-lounge.json b/json/the-lounge.json index 46c86554..a504bea0 100644 --- a/json/the-lounge.json +++ b/json/the-lounge.json @@ -32,7 +32,7 @@ }, "notes": [ { - "text": "The Lounge is running in private mode. Use `sudo -u thelounge thelounge add name` to create users.", + "text": "The Lounge is running in private mode. Use `runuser -u thelounge -- thelounge add usernamehere` to create users.", "type": "info" } ]