mirror of
https://github.com/amidevous/xui.one
synced 2026-07-15 17:20:03 +02:00
Update install.python3
This commit is contained in:
@@ -107,6 +107,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")
|
||||||
|
os.system("sudo adduser --system --shell /bin/false xui >/dev/null 2>&1")
|
||||||
os.system("mkdir -p /home/xui >/dev/null 2>&1")
|
os.system("mkdir -p /home/xui >/dev/null 2>&1")
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user