Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
🍭 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Sep 10, 2017
1 parent a103444 commit e518642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tale.go → tale-cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,11 @@ func doUpgrade(ctx *cli.Context) {

os.Remove("./resources/templates/install.html")
os.Rename("./tale/resources/templates/install.html", "./resources/templates/install.html")
fmt.Println("Tale 升级成功, 请手动启动.")

RemoveContents("tale")

fmt.Println("Tale 升级成功, 请手动启动.")

}

// find tale-xxx.jar process id
Expand Down

0 comments on commit e518642

Please sign in to comment.