diff --git a/scripts/upgrade b/scripts/upgrade index c9be392..429d144 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,6 +107,9 @@ then # Upgrade composer itself ynh_install_composer + # Add git permission for net_ldap3 + git config --add safe.directory '$install_dir/vendor/kolab/net_ldap3' --global + # Check if dependencies need to be updated with Composer if [ -f "$install_dir/composer.json" ] then