From 6c2f4d7dab41e56bd1fe0eeed60d928df4bf5a03 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 7 Jul 2022 08:27:41 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 86478ac..ab36b02 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -97,6 +97,13 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." + +ynh_install_app_dependencies $pkg_dependencies + #================================================= # PHP-FPM CONFIGURATION #=================================================