From f970f9cf566f796d8fa9bbebd0fe902def60dbf0 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 19 Nov 2012 16:24:26 +0100 Subject: [PATCH] Fix a typo in share-modify-scan script --- root/etc/e-smith/events/actions/share-modify-scan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/events/actions/share-modify-scan b/root/etc/e-smith/events/actions/share-modify-scan index 0bf14f3..a5534a6 100644 --- a/root/etc/e-smith/events/actions/share-modify-scan +++ b/root/etc/e-smith/events/actions/share-modify-scan @@ -48,7 +48,7 @@ else { '--', "/home/e-smith/files/scan/$name"); } - system ("$setfacl", "-R", "-m", "g:admins:rwXd:g:admins:rwX", "/home/e-smith/files/scan/"); + system ("$setfacl", "-R", "-m", "g:admins:rwX,d:g:admins:rwX", "/home/e-smith/files/scan/"); } exit (0);