mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
d232b71d71
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ version=$(cat ../sources/version)
|
|||
|
||||
# Populate the LDAP parameters
|
||||
mysql -u ${dbuser} -p${dbpass} ${dbname} < ../conf/ldap.sql
|
||||
|
||||
|
||||
# Populate the database with YNH users.
|
||||
mysql -u ${dbuser} -p${dbpass} ${dbname} < ../conf/ldap_user.sql
|
||||
sudo sudo -u www-data php $src_path/scripts/user/sync_users_ldap2dolibarr.php commitiferror --server=localhost -y
|
||||
|
|
Loading…
Add table
Reference in a new issue