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 error detected dubious ownership in repository
This commit is contained in:
Robles Rodolphe 2024-03-31 19:08:16 +02:00 committed by GitHub
parent c0838dd920
commit b19ebb0fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,7 @@ then
ynh_install_composer
# Add git permission for net_ldap3
git config --add safe.directory '$install_dir/vendor/kolab/net_ldap3' --global
git config --system --add safe.directory $install_dir
# Check if dependencies need to be updated with Composer
if [ -f "$install_dir/composer.json" ]