mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Fix
This commit is contained in:
parent
d2f5986c80
commit
efc42505f4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ version=$(cat ../sources/version)
|
|||
if [ $user = 1 ];
|
||||
then
|
||||
mysql -u ${dbuser} -p${dbpass} ${dbname} < ../conf/ldap_user.sql
|
||||
sudo sudo -u www-data php php $src_path/scripts/user/sync_users_ldap2dolibarr.php commitiferror --server=localhost -y
|
||||
sudo sudo -u www-data php $src_path/scripts/user/sync_users_ldap2dolibarr.php commitiferror --server=localhost -y
|
||||
fi
|
||||
|
||||
# If YNH users should be members, populate the database accordingly, create the member list, and sync members
|
||||
|
|
Loading…
Add table
Reference in a new issue