From e293b53fc6acc898e4f2b9724dc37ddab955c240 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Fri, 18 Jun 2021 10:01:15 +0200 Subject: [PATCH] Extension des droits des utilisateurs --- posttemplate/02-smb_partages | 1 + 1 file changed, 1 insertion(+) diff --git a/posttemplate/02-smb_partages b/posttemplate/02-smb_partages index 883ddbd..814ea46 100755 --- a/posttemplate/02-smb_partages +++ b/posttemplate/02-smb_partages @@ -6,6 +6,7 @@ if [ "$(CreoleGet use_smb_share non)" = "oui" ]; then if [ ! -d $path ]; then /bin/mkdir -p $path chmod g+ws $path + chmod o+ws $path fi done fi