diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 84afc0d..e98ca6c 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -313,6 +313,7 @@ class ClUpdateAction(Action): 'condition': lambda Get: (Get('cl_templates_locate') and (Get('cl_update_world') != "update" or Get('cl_update_outdate_set') == 'on' or + Get('cl_update_binhost_recheck_set') == 'on' or Get('cl_update_force_fix_set') == 'on')) }, @@ -321,7 +322,8 @@ class ClUpdateAction(Action): 'method': 'Update.dispatchConf()', 'condition': lambda Get: (Get('cl_dispatch_conf') != 'skip' and Get('cl_update_pretend_set') == 'off' and - (Get('cl_update_outdate_set') == 'on' or + (Get('cl_update_binhost_recheck_set') == 'on' or + Get('cl_update_outdate_set') == 'on' or Get('cl_update_force_fix_set') == 'on')) }, {'name': 'binhost_changed',