1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update upgrade

try fix an authentification git source error
This commit is contained in:
Robles Rodolphe 2024-03-31 18:35:48 +02:00 committed by GitHub
parent 47277f99a4
commit c0838dd920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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