From a87b65ea93795c341dd67681813eb84844a1f5e9 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Fri, 3 Jan 2014 14:57:57 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 5576d2c..c942f0a 100755 --- a/scripts/install +++ b/scripts/install @@ -47,6 +47,7 @@ sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-owncloud.ini sudo cp ../conf/mount.json $data_path sudo chown -hR owncloud:www-data $final_path sudo chown -hR owncloud:www-data $data_path +sudo chmod 755 /home/yunohost.app sudo chmod -R 775 $final_path sudo chmod -R 775 $data_path @@ -65,9 +66,6 @@ do sudo mkdir $data_path/$i fi done -sudo chmod 755 /home/yunohost.app -sudo chown -hR owncloud: $final_path -sudo chown -hR owncloud: $data_path # Reload Nginx and regenerate SSOwat conf sudo service php5-fpm restart -- 2.0.0