Update index.py

pull/632/head
Mr Chen 5 months ago
parent 98899cd76e
commit 40bc9798a9
  1. 2
      plugins/mongodb/index.py

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

Loading…
Cancel
Save