Добавлено сообщение если --scan выдал тот же сервер

master3.4
parent 9fc3da1b1f
commit 3adbb14780

@ -1188,6 +1188,9 @@ class Update(MethodsInterface):
if self.refresh_binhost: if self.refresh_binhost:
self.printWARNING(_("Update server was changed to %s") % self.printWARNING(_("Update server was changed to %s") %
self.clVars.Get('cl_update_binhost')) self.clVars.Get('cl_update_binhost'))
elif self.clVars.GetBool('update.cl_update_binhost_recheck_set'):
self.printSUCCESS(_("Update server %s") %
self.clVars.Get('cl_update_binhost'))
return True return True
def update_binhost_list(self): def update_binhost_list(self):

Loading…
Cancel
Save