From b36133fcbb12094218c33e35bb225e9dea9b1cf7 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期四, 16 四月 2020 15:10:34 +0800 Subject: [PATCH] fix st server test --- controllers/swfsControllers.go | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/swfsControllers.go b/controllers/swfsControllers.go index 68f9eef..09138f4 100644 --- a/controllers/swfsControllers.go +++ b/controllers/swfsControllers.go @@ -101,14 +101,14 @@ //鍚姩鏈嶅姟 func StartServer(scriptPath string) { - fmt.Println("sh " + scriptPath + "/" + StartServerScript) + //fmt.Println("sh " + scriptPath + "/" + StartServerScript) util.RunScript("sh " + scriptPath + "/" + StartServerScript) } //鍋滄鏈嶅姟 func StopServer(scriptPath string) { - fmt.Println("sh " + scriptPath + StopServerScript) - util.RunScript("sh " + scriptPath + StopServerScript) + //fmt.Println("sh " + scriptPath + "/" + StopServerScript) + util.RunScript("sh " + scriptPath + "/" + StopServerScript) } //鏍规嵁鎼滅储鍐呭鏇挎崲鏁磋鍐呭 -- Gitblit v1.8.0