From 567c26bd1bbdbbe0ab0ee4d90ebe017ea0f28d56 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 26 Jan 2025 04:36:52 +0100 Subject: [PATCH] Fixed command to create new users --- 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 46c865549bb..79a6911a6f7 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 username` to create users.", "type": "info" } ]