Extension des droits des utilisateurs
This commit is contained in:
parent
665cd7c115
commit
e293b53fc6
|
@ -6,6 +6,7 @@ if [ "$(CreoleGet use_smb_share non)" = "oui" ]; then
|
||||||
if [ ! -d $path ]; then
|
if [ ! -d $path ]; then
|
||||||
/bin/mkdir -p $path
|
/bin/mkdir -p $path
|
||||||
chmod g+ws $path
|
chmod g+ws $path
|
||||||
|
chmod o+ws $path
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue