Merge pull request #955 from fhdk/patch-1
Remove hardcoded shell from user module
This commit is contained in:
commit
0c8e45b09a
@ -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