Remove hardcoded shell from CreateUserJob.cpp

Closed Philip Müller requested to merge fhdk:patch-2 into development

Created by: fhdk

If necessary a file /etc/default/useradd can handle the shell

# useradd defaults file for Manjaro Linux
# useradd defaults file for ArchLinux
# original changes by TomK
GROUP=users
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/bash
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no

This file can then be replaced if desired in the overlay filesystem

Merge request reports