Commit 6bbc9b21001000816430d54a21142d1bf50fab6d
1 parent
0f30ed1538
Exists in
master
Update install
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
scripts/install
... | ... | @@ -82,8 +82,8 @@ 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" | |
86 | -sudo yunohost app setting owncloud unprotected_uris -v "/remote.php" | |
85 | +sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/index.php/core,/apps/files,/index.php/apps/files" | |
86 | +sudo yunohost app setting owncloud unprotected_uris -v "/remote.php,/cron.php" | |
87 | 87 | sudo yunohost app ssowatconf |
88 | 88 | |
89 | 89 | # Remove temporary entry in /etc/hosts |