From 53eceb2d556c4562e21a6ad8ee4114038b92d6fc Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 16 四月 2020 15:08:37 +0800
Subject: [PATCH] fix st server test
---
controllers/swfsControllers.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/controllers/swfsControllers.go b/controllers/swfsControllers.go
index d7dfbd1..68f9eef 100644
--- a/controllers/swfsControllers.go
+++ b/controllers/swfsControllers.go
@@ -101,8 +101,8 @@
//鍚姩鏈嶅姟
func StartServer(scriptPath string) {
- fmt.Println("sh " + scriptPath + StartServerScript)
- util.RunScript("sh " + scriptPath + StartServerScript)
+ fmt.Println("sh " + scriptPath + "/" + StartServerScript)
+ util.RunScript("sh " + scriptPath + "/" + StartServerScript)
}
//鍋滄鏈嶅姟
--
Gitblit v1.8.0