1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Fix upgrade

This commit is contained in:
yalh76 2022-02-17 20:46:38 +01:00
parent d8b8ed86dc
commit 9b9b01a388

View file

@ -122,7 +122,7 @@ ynh_script_progression --message="Upgrading Composer..."
mkdir -p "$final_path/.composer"
ynh_add_config --template="../conf/composer.json" --destination="$final_path/composer.json"
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update"
export PATH="$final_path/vendor/bin:$PATH"