Commit 9c8dca0f authored by szh's avatar szh

up

parent f3fb3b7a
...@@ -105,7 +105,7 @@ func UpdateNode(c *gin.Context){ ...@@ -105,7 +105,7 @@ func UpdateNode(c *gin.Context){
if err != nil || !t { if err != nil || !t {
app.UpdateInfo.Flag = true app.UpdateInfo.Flag = true
app.BityuanFlag = false app.BityuanFlag = false
appG.Response(http.StatusOK,e.NODE_ERROR,"close node error") appG.Response(http.StatusOK,e.NODE_ERROR,err)
return return
} }
name := setting.BityuanSetting.Name+"_"+latestVersion+".tar.gz" name := setting.BityuanSetting.Name+"_"+latestVersion+".tar.gz"
......
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