Update index.py

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

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

Loading…
Cancel
Save