Update CreateUserJob.cpp
Removal of the hardcoded shell, letting the `/etc/default/useradd` be responsible for the shell.
This commit is contained in:
parent
733836839a
commit
f2677b0879
@ -149,8 +149,6 @@ CreateUserJob::exec()
|
|||||||
int ec = CalamaresUtils::System::instance()->
|
int ec = CalamaresUtils::System::instance()->
|
||||||
targetEnvCall( { "useradd",
|
targetEnvCall( { "useradd",
|
||||||
"-m",
|
"-m",
|
||||||
"-s",
|
|
||||||
"/bin/bash",
|
|
||||||
"-U",
|
"-U",
|
||||||
"-c",
|
"-c",
|
||||||
m_fullName,
|
m_fullName,
|
||||||
|
Loading…
Reference in New Issue
Block a user