Update index.py

pull/618/head
Mr Chen 10 months ago
parent e35ff2da63
commit be1117ba31
  1. 2
      plugins/mysql-yum/index.py

@ -3476,7 +3476,7 @@ def installPreInspection(version):
sysName = sys[0].strip().lower()
sysId = sys_id[0].strip()
if not sysName in ('centos',):
if not sysName in ['centos']:
return '仅支持centos'
if (sysName == 'centos' and version == '5.7' and not sysId in('7',)):

Loading…
Cancel
Save