mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-07 11:14:17 +02:00
Almost there!
This commit is contained in:
@@ -82,7 +82,7 @@ class preFlightsChecks:
|
||||
|
||||
if self.distro == ubuntu:
|
||||
self.stdOut("Add Cyberpanel user")
|
||||
command = "useradd cyberpanel -U -G sudo"
|
||||
command = "useradd cyberpanel -m -U -G sudo"
|
||||
cmd = shlex.split(command)
|
||||
res = subprocess.call(cmd)
|
||||
if res != 0 and res != 9:
|
||||
|
||||
Reference in New Issue
Block a user