fix: 修复disk测试自动启用多盘的规则缺少同挂载点检测导致重复检测的问题

This commit is contained in:
spiritlhl
2025-09-24 03:18:06 +00:00
parent 7bd2b59d58
commit 1045d3fab8
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ import (
)
var (
ecsVersion = "v0.1.87"
ecsVersion = "v0.1.88"
menuMode bool
onlyChinaTest bool
input, choice string