From e8f040caee7ddf3063464e204fd80be155e3c6ef Mon Sep 17 00:00:00 2001 From: amidevous Date: Sat, 12 Oct 2024 13:31:08 +0200 Subject: [PATCH] Update install.python3 --- install.python3 | 1 + 1 file changed, 1 insertion(+) diff --git a/install.python3 b/install.python3 index 259ff50..9da6e62 100644 --- a/install.python3 +++ b/install.python3 @@ -107,6 +107,7 @@ if __name__ == "__main__": except: printc("Creating user") os.system("sudo adduser --system --shell /bin/false --group --disabled-login xui >/dev/null 2>&1") + os.system("sudo adduser --system --shell /bin/false xui >/dev/null 2>&1") os.system("mkdir -p /home/xui >/dev/null 2>&1") ##################################################