diff --git a/install/install.py b/install/install.py index e893087b1..da8a08934 100755 --- a/install/install.py +++ b/install/install.py @@ -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: