Update install.python3

This commit is contained in:
amidevous
2024-06-04 18:14:02 +02:00
committed by GitHub
parent 563a908fe0
commit 551df69447
+1 -1
View File
@@ -106,7 +106,7 @@ if __name__ == "__main__":
except: except:
printc("Creating user") 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 --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 # # INSTALL #