Commit 2716cff3441f336ef0878d45d9189b484f34a425
1 parent
d98caeab8a
Exists in
master
Update install
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
scripts/install
... | ... | @@ -65,6 +65,7 @@ curl -kL -X POST https://$domain$path/index.php --data "install=true&adminlogin= |
65 | 65 | # Check if the Mysql database is initialized & running |
66 | 66 | sleep 5 |
67 | 67 | mysql -u $db_user -p$db_pwd $db_user -e "select * from oc_appconfig;" > /dev/null 2>&1 |
68 | +curl -kL -X POST https://$domain$path/index.php/settings/ajax/enableapp.php --data "appid=user_ldap" -u "admin:$admin_passwd" | |
68 | 69 | result=$? |
69 | 70 | loop_number=1 |
70 | 71 | while [ $result != 0 ] && [ $loop_number -lt 5 ]; |