diff --git a/modules/authnz.sh b/modules/authnz.sh index 6e0f38f..1dfcffe 100644 --- a/modules/authnz.sh +++ b/modules/authnz.sh @@ -31,7 +31,7 @@ create_user() { if [[ $(noerror --noout id $1) != 0 ]]; then prnt I "Création de l'utilisateur $1 ..." - useradd --create-home --skel --shell $DEFAULT_SHELL --user-group $1 + useradd --create-home --shell $DEFAULT_SHELL --user-group $1 else prnt W "L'utilisateur $1 existe déjà. Rien à faire..." fi