Update index.py

pull/258/head
midoks 3 years ago
parent 942ed2b79f
commit b91d680d25
  1. 2
      plugins/mysql-yum/index.py

@ -2324,7 +2324,7 @@ def installPreInspection(version):
if sysName == 'centos' and version == '5.7' and sysId != '7': if sysName == 'centos' and version == '5.7' and sysId != '7':
return 'mysql5.7 仅支持centos7' return 'mysql5.7 仅支持centos7'
if sysName == 'centos' and version == '8.0' and not sysId in ('7', '8', '9'): if sysName == 'centos' and version == '8.0' and not sysId in ('7', '8', '9',):
return 'mysql8.0 仅支持centos7,8,9' return 'mysql8.0 仅支持centos7,8,9'
return 'ok' return 'ok'

Loading…
Cancel
Save