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") ##################################################