mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-04 06:56:29 +08:00
update
This commit is contained in:
2
goecs.go
2
goecs.go
@@ -129,7 +129,7 @@ func main() {
|
||||
printHead()
|
||||
printCenteredTitle("基础信息", width)
|
||||
basicInfo, securityInfo = securityCheck()
|
||||
fmt.Println(basicInfo)
|
||||
fmt.Printf(basicInfo)
|
||||
printCenteredTitle(fmt.Sprintf("CPU测试-通过%s测试", cpuTestMethod), width)
|
||||
cputest.CpuTest(language, cpuTestMethod, cpuTestThreadMode)
|
||||
printCenteredTitle(fmt.Sprintf("内存测试-通过%s测试", cpuTestMethod), width)
|
||||
|
Reference in New Issue
Block a user