Update index.py

pull/632/head
Mr Chen 5 months ago
parent 0cef478d71
commit 6da57d6ccc
  1. 2
      plugins/mongodb/index.py

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

Loading…
Cancel
Save