Update index.py

pull/816/head
dami 2 days ago
parent 11b52cb212
commit 5e7f2f0d5a
  1. 2
      plugins/mongodb/index.py

@ -1527,7 +1527,7 @@ def runLog():
def installPreInspectionDebainCheck(sysId,version):
if version == '8.0':
if sysId != '12':
if sysId < 12:
return "[%s]需要debain[12]" % (version,)
return ''

Loading…
Cancel
Save