Merge pull request #955 from fhdk/patch-1

Remove hardcoded shell from user module
This commit is contained in:
Adriaan de Groot 2018-05-17 16:59:06 +02:00 committed by GitHub
commit 0c8e45b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,