From 285f69c7a4c3684218c87df5873ae3331e51fca5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Feb 2021 00:12:36 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c625ec8..b6cf121 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -260,8 +260,7 @@ then ynh_script_progression --message="Updating $app core..." --weight=4 ( cd "$final_path" - ynh_exec_warn ./bin/update.sh --version=$oldversion -y - sudo -u $app php$phpversion composer.phar update --no-dev) + ynh_exec_warn ./bin/update.sh --version=$oldversion -y) fi #=================================================