Update CreateUserJob.cpp

Removal of the hardcoded shell, letting the `/etc/default/useradd` be responsible for the shell.
main
Frede H 7 years ago committed by GitHub
parent 733836839a
commit f2677b0879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -149,8 +149,6 @@ CreateUserJob::exec()
int ec = CalamaresUtils::System::instance()->
targetEnvCall( { "useradd",
"-m",
"-s",
"/bin/bash",
"-U",
"-c",
m_fullName,

Loading…
Cancel
Save