Commit 4bf0db20 authored by szh's avatar szh

update

parent 4f5bec10
......@@ -154,7 +154,7 @@ func UpdateNodeNew(c *gin.Context) {
// appG.Response(http.StatusOK, e.NODE_ERROR, err)
// return
// }
// time.Sleep(time.Second * 2)
time.Sleep(time.Second * 2)
remove := exec.Command("rm", "-rf", setting.BityuanSetting.Name+"_"+latestVersion, name)
remove.Stderr = stderr
err = remove.Start()
......
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