Commit eb24434f0dd2b475d94332163acbc6124fbe0f7c
1 parent
2e16abc504
Exists in
master
Update upgrade
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
scripts/upgrade
| ... | ... | @@ -50,6 +50,9 @@ mysql -u $db_user -p$db_pwd $db_user < ../conf/ldap_config.sql |
| 50 | 50 | |
| 51 | 51 | sudo chown -hR owncloud:owncloud $final_path |
| 52 | 52 | sudo chown -hR owncloud:owncloud $data_path |
| 53 | +sudo chmod 755 /home/yunohost.app | |
| 54 | +sudo chmod -R 770 $data_path | |
| 55 | +sudo chmod -R 775 $final_path | |
| 53 | 56 | |
| 54 | 57 | # Unprotect URIs |
| 55 | 58 | sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/apps/files,/index.php/apps/files" |