From 82d689175ad8cc54b0e60284321c8a2fe549708d Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 15:12:41 +0100 Subject: [PATCH] Update install --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6804c45..34a563f 100755 --- a/scripts/install +++ b/scripts/install @@ -48,8 +48,9 @@ do done # Reload Nginx and regenerate SSOwat conf +sudo service php5-fpm restart sudo service nginx reload -sudo yunohost app setting wordpress skipped_uris -v "/" +sudo yunohost app setting owncloud skipped_uris -v "/" sudo yunohost app ssowatconf # Owncloud installation via curl @@ -71,7 +72,7 @@ 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_conf.sql +mysql -u $db_user -p$db_pwd $db_user < ../conf/ldap_config.sql # Remove temporary entry in /etc/hosts sudo sed -i '/yunoowncloud/d' /etc/hosts -- 2.0.0