sunty
2020-04-16 53eceb2d556c4562e21a6ad8ee4114038b92d6fc
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)
}
//停止服务