From 5a454b5da1ad2f405f94204ae3423785a6acca42 Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Thu, 2 Aug 2018 01:47:27 -0400 Subject: [PATCH] Added composer fixes https://github.com/YunoHost-Apps/monica_ynh/issues/23 Composer was missing in upgrade. Hopefully this would fix this issue https://github.com/YunoHost-Apps/monica_ynh/issues/23. --- scripts/upgrade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index aefe3d8..bcdfd7a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -70,6 +70,11 @@ path_url=$(ynh_normalize_url_path $path_url) # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" +#================================================= +# INSTALL COMPOSER +#================================================= +init_composer $final_path + #================================================= # NGINX CONFIGURATION #=================================================