From 5a214dd784c04253ee4876a838955ba8e0f03dc2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 11 Dec 2020 12:36:49 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 629fbc8..54d839d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,6 +91,8 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" + ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" + #Copy the admin saved settings from tmp directory to final path cp -a "$tmpdir" "$final_path/config"