Update CreateUserJob.cpp

Removal of the hardcoded shell, letting the `/etc/default/useradd` be responsible for the shell.
This commit is contained in:
Frede H 2018-05-17 12:52:09 +02:00 committed by GitHub
parent 733836839a
commit f2677b0879
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()->
targetEnvCall( { "useradd",
"-m",
"-s",
"/bin/bash",
"-U",
"-c",
m_fullName,