From 2716cff3441f336ef0878d45d9189b484f34a425 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 16:16:27 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a76dce9..1782a11 100755 --- a/scripts/install +++ b/scripts/install @@ -65,6 +65,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" result=$? loop_number=1 while [ $result != 0 ] && [ $loop_number -lt 5 ]; -- 2.0.0