From 9c13f89a77f6a39c565133ead23a251044d1dc64 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 17:52:12 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index b48247c..2533a3c 100755 --- a/scripts/install +++ b/scripts/install @@ -56,7 +56,8 @@ done # Reload Nginx and regenerate SSOwat conf sudo service php5-fpm restart sudo service nginx reload -sudo yunohost app setting owncloud skipped_uris -v "/" +sudo yunohost app setting owncloud unprotected_uris -v "/" +sudo yunohost app setting owncloud skipped_uris -v "/public.php" sudo yunohost app ssowatconf # Owncloud installation via curl @@ -78,8 +79,6 @@ do let loop_number++ done -sudo yunohost app setting owncloud skipped_uris -v "/public.php" -sudo yunohost app ssowatconf mysql -u $db_user -p$db_pwd $db_user < ../conf/ldap_config.sql # Remove temporary entry in /etc/hosts -- 2.0.0