Commit 353bbee124c6ee84f61eceb8b67c1bb529a85d86

Authored by Alexis Gavoty
1 parent 5a8369cef0
Exists in master

Update install

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -43,7 +43,7 @@ for i in $(ls /home)
43 43 do
44 44 if [[ ! $i == yunohost.* ]];
45 45 then
46   - setfacl -m g:owncloud:rwx /home/$i
  46 + sudo setfacl -m g:owncloud:rwx /home/$i
47 47 fi
48 48 done
49 49