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:
parent
c0838dd920
commit
b19ebb0fde
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue