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:
parent
d8b8ed86dc
commit
9b9b01a388
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ ynh_script_progression --message="Upgrading Composer..."
|
||||||
mkdir -p "$final_path/.composer"
|
mkdir -p "$final_path/.composer"
|
||||||
ynh_add_config --template="../conf/composer.json" --destination="$final_path/composer.json"
|
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"
|
export PATH="$final_path/vendor/bin:$PATH"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue