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()->
|
||||
targetEnvCall( { "useradd",
|
||||
"-m",
|
||||
"-s",
|
||||
"/bin/bash",
|
||||
"-U",
|
||||
"-c",
|
||||
m_fullName,
|
||||
|
Loading…
Reference in New Issue
Block a user