From 551df6944735c68b4fc7af2aa1cada7e49b0a4a8 Mon Sep 17 00:00:00 2001 From: amidevous Date: Tue, 4 Jun 2024 18:14:02 +0200 Subject: [PATCH] Update install.python3 --- install.python3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.python3 b/install.python3 index c46dc8b..5cc2862 100644 --- a/install.python3 +++ b/install.python3 @@ -106,7 +106,7 @@ if __name__ == "__main__": except: printc("Creating user") os.system("sudo adduser --system --shell /bin/false --group --disabled-login xui >/dev/null 2>&1") - if not os.path.exists("/home/xui"): os.mkdir("/home/xui >/dev/null 2>&1") + os.system("mkdir -p /home/xui >/dev/null 2>&1") ################################################## # INSTALL #