diff --git a/update/utils/cmd_extcute.py b/update/utils/cmd_extcute.py index e87e132..e1409cc 100644 --- a/update/utils/cmd_extcute.py +++ b/update/utils/cmd_extcute.py @@ -101,6 +101,7 @@ class UpdateCommandUtil: exec_cmd_data = self.get_checked_cmd(cmd_list, is_delete) if _type == 'setup': cmds = exec_cmd_data['sys'] + exec_cmd_data['setup'] + cmds = cmds.sort() elif _type == 'combo': cmds = exec_cmd_data['setup'] elif _type == 'teardown':