From 6bbc9b21001000816430d54a21142d1bf50fab6d Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sun, 8 Dec 2013 15:10:37 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e5cfe9b..1adac86 100755 --- a/scripts/install +++ b/scripts/install @@ -82,8 +82,8 @@ do done mysql -u $db_user -p$db_pwd $db_user < ../conf/ldap_config.sql -sudo yunohost app setting owncloud skipped_uris -v "/public.php" -sudo yunohost app setting owncloud unprotected_uris -v "/remote.php" +sudo yunohost app setting owncloud skipped_uris -v "/public.php,/core,/index.php/core,/apps/files,/index.php/apps/files" +sudo yunohost app setting owncloud unprotected_uris -v "/remote.php,/cron.php" sudo yunohost app ssowatconf # Remove temporary entry in /etc/hosts -- 2.0.0