Commit fcc2b2be authored by ligaishun's avatar ligaishun

Update node.go

parent 5daa8d66
...@@ -365,7 +365,7 @@ func FeedBack(c *gin.Context){ ...@@ -365,7 +365,7 @@ func FeedBack(c *gin.Context){
err:=ssh_keygen.Start() err:=ssh_keygen.Start()
if err!=nil{ if err!=nil{
appG.Response(http.StatusOK,e.ENV_ERROR,nil) appG.Response(http.StatusOK,e.ENV_ERROR,nil)
log.Println(err,"wtf") log.Println(err)
return return
} }
err=ssh_keygen.Wait() err=ssh_keygen.Wait()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment