From ddd7bb89b8ddf049f4a0700e990a0953beed6813 Mon Sep 17 00:00:00 2001 From: rperper Date: Wed, 31 Oct 2018 15:22:02 -0400 Subject: [PATCH] Almost there! --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: