From 3eccc7aef2c7270f1d45bb8b544ad4aa2972f5c6 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 18:07:24 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2533a3c..5280f9c 100755 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,7 @@ curl -kL -X POST https://$domain$path/index.php --data "install=true&adminlogin= # Check if the Mysql database is initialized & running sleep 5 mysql -u $db_user -p$db_pwd $db_user -e "select * from oc_appconfig;" > /dev/null 2>&1 -curl -kL -X POST https://$domain$path/index.php/settings/ajax/enableapp.php --data "appid=user_ldap" -u "admin:$admin_passwd" +curl -kL -X POST https://$domain$path/index.php/settings/ajax/enableapp.php --data "appid=user_ldap" -u "admin:$admin_passwd" > /dev/null 2>&1 result=$? loop_number=1 while [ $result != 0 ] && [ $loop_number -lt 5 ]; -- 2.0.0