From d658270fc8a8633b2327e5d5495cf7de80b4678a Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Wed, 15 Oct 2014 09:51:35 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 762afa8..46f5be3 100755 --- a/scripts/install +++ b/scripts/install @@ -48,7 +48,7 @@ sudo chown -hR owncloud:www-data $final_path sudo chown -hR owncloud:www-data $data_path sudo chown owncloud:www-data /home/yunohost.app/owncloud sudo chmod 755 /home/yunohost.app -sudo find $final_path -type f -print0 | xargs -0 sudo chmod 664 +sudo chmod 664 -R $final_path sudo find $final_path -type d -print0 | xargs -0 sudo chmod 775 sudo chmod -R 770 $data_path -- 2.0.0