Commit d658270fc8a8633b2327e5d5495cf7de80b4678a

Authored by Alexis Gavoty
1 parent 6ec1a0d7c0
Exists in master

Update install

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

... ... @@ -48,7 +48,7 @@ sudo chown -hR owncloud:www-data $final_path
48 48 sudo chown -hR owncloud:www-data $data_path
49 49 sudo chown owncloud:www-data /home/yunohost.app/owncloud
50 50 sudo chmod 755 /home/yunohost.app
51   -sudo find $final_path -type f -print0 | xargs -0 sudo chmod 664
  51 +sudo chmod 664 -R $final_path
52 52 sudo find $final_path -type d -print0 | xargs -0 sudo chmod 775
53 53 sudo chmod -R 770 $data_path
54 54