From 688a55bea52b326b6a015fb4d76cfdf5799456cb Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期三, 15 四月 2020 15:35:19 +0800
Subject: [PATCH] test get line

---
 controllers/swfsControllers.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/controllers/swfsControllers.go b/controllers/swfsControllers.go
index d1159c9..a57675d 100644
--- a/controllers/swfsControllers.go
+++ b/controllers/swfsControllers.go
@@ -93,7 +93,8 @@
 	time.Sleep(time.Second * 1)
 	StartServer(config.Server.ScriptPath)
 	fmt.Println("GetLocalStartupItem: ", GetLocalStartupItem(config.Server.ScriptPath, StartServerScript))
-	//result := strings.Split("=", GetLocalStartupItem(config.Server.ScriptPath, StartServerScript))[1]
+	result := strings.Split("=", GetLocalStartupItem(config.Server.ScriptPath, StartServerScript))[1]
+	fmt.Println("result: ", result)
 	//util.ResponseFormat(c, code.Success, result)
 }
 

--
Gitblit v1.8.0