Commit bd5efccb8976537b4774752809cc0d9dd64b9af6

Authored by Alexis Gavoty
1 parent 6bbc9b2100
Exists in master

Update install

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

... ... @@ -82,7 +82,7 @@ do
82 82 done
83 83  
84 84 mysql -u $db_user -p$db_pwd $db_user < ../conf/ldap_config.sql
85   -sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/index.php/core,/apps/files,/index.php/apps/files"
  85 +sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/apps/files,/index.php/apps/files"
86 86 sudo yunohost app setting owncloud unprotected_uris -v "/remote.php,/cron.php"
87 87 sudo yunohost app ssowatconf
88 88