Commit f4b8a0935e620c9418470a30fe2379763d029762

Authored by Alexis Gavoty
1 parent c89e83d2be
Exists in master

Update upgrade

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

... ... @@ -48,6 +48,9 @@ sudo yunohost app ssowatconf
48 48 # Configure LDAP plugin
49 49 mysql -u $db_user -p$db_pwd $db_user < ../conf/ldap_config.sql
50 50  
  51 +sudo chown -hR owncloud:owncloud $final_path
  52 +sudo chown -hR owncloud:owncloud $data_path
  53 +
51 54 # Unprotect URIs
52 55 sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/apps/files,/index.php/apps/files"
53 56 sudo yunohost app setting owncloud unprotected_uris -v "/remote.php,/cron.php,/status.php"