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