Commit a87b65ea93795c341dd67681813eb84844a1f5e9

Authored by Alexis Gavoty
1 parent 0f328c9443
Exists in master

Update install

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

... ... @@ -47,6 +47,7 @@ sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-owncloud.ini
47 47 sudo cp ../conf/mount.json $data_path
48 48 sudo chown -hR owncloud:www-data $final_path
49 49 sudo chown -hR owncloud:www-data $data_path
  50 +sudo chmod 755 /home/yunohost.app
50 51 sudo chmod -R 775 $final_path
51 52 sudo chmod -R 775 $data_path
52 53  
... ... @@ -65,9 +66,6 @@ do
65 66 sudo mkdir $data_path/$i
66 67 fi
67 68 done
68   -sudo chmod 755 /home/yunohost.app
69   -sudo chown -hR owncloud: $final_path
70   -sudo chown -hR owncloud: $data_path
71 69  
72 70 # Reload Nginx and regenerate SSOwat conf
73 71 sudo service php5-fpm restart