Update index.py

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

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

Loading…
Cancel
Save