Merge pull request #955 from fhdk/patch-1

Remove hardcoded shell from user module
main
Adriaan de Groot 7 years ago committed by GitHub
commit 0c8e45b09a
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