From 353bbee124c6ee84f61eceb8b67c1bb529a85d86 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 15:25:30 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ed364da..1685f56 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ for i in $(ls /home) do if [[ ! $i == yunohost.* ]]; then - setfacl -m g:owncloud:rwx /home/$i + sudo setfacl -m g:owncloud:rwx /home/$i fi done -- 2.0.0