From 132f789d44497dd5840cf41c9b1d34c1528d3428 Mon Sep 17 00:00:00 2001 From: lseys Date: Mon, 12 Oct 2020 16:17:47 +0200 Subject: [PATCH] =?UTF-8?q?suppression=20d'un=20espace=20mal=20plac=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu-et-variantes-integrdom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-et-variantes-integrdom.sh b/ubuntu-et-variantes-integrdom.sh index dccd4d4..a113637 100644 --- a/ubuntu-et-variantes-integrdom.sh +++ b/ubuntu-et-variantes-integrdom.sh @@ -585,7 +585,7 @@ fi # Spécifique base 20.04 ou 20 : pour le fonctionnement du dossier skel, ajouter dans /etc/skel ce qui doit être appliqué aux profil if [ "$DISTRIB_RELEASE" = "20.04" ] || [ "$DISTRIB_RELEASE" = "20" ] ; then - sed -i "30i\session optional pam_ umask=0022 skel=/etc/skel" /etc/pam.d/common-session + sed -i "30i\session optional pam_umask=0022 skel=/etc/skel" /etc/pam.d/common-session fi