From f5b06a1fa56af746c5b7d9f2267f1fabcd490af4 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Jun 2020 00:40:47 +0200 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4f32833..b3e2c54 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -156,7 +156,7 @@ ynh_script_progression --message="Updating php dependencies..." chown -R "$app": "$final_path" -ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update" +ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" #================================================= # MODIFY A CONFIG FILE