Update index.py

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

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

Loading…
Cancel
Save