Commit d4f5dce5af57d747f5136b11991c63a85225b98d
1 parent
eb24434f0d
Exists in
master
Parent dir of /data must belong to owncloud user
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
scripts/install
... | ... | @@ -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 chown owncloud:www-data /home/yunohost.app/owncloud | |
50 | 51 | sudo chmod 755 /home/yunohost.app |
51 | 52 | sudo chmod -R 775 $final_path |
52 | 53 | sudo chmod -R 770 $data_path |