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 #=================================================