Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Sep 25, 2024
1 parent 066fdde commit acdf365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

1. 按照提示填写 .env.exmaple 文件 并重命名为 .env
2. 从 release 界面下载最新版本, 放置于 .env 同级目录
3. 运行
3. 运行 `./busuanzi-sync` 等待同步完成


## 工作流程
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func main() {

func safeQA() bool {
reader := bufio.NewReader(os.Stdin)
log.Println("执行此脚本请务必提前手动备份 REDIS (dump.rdb)")
log.Println("执行此脚本请务必提前手动备份 Redis (dump.rdb)")
log.Println("继续操作将可能造成不可逆的数据丢失")
log.Print("我确认已经备份数据库了 (y/N): ")

Expand Down

0 comments on commit acdf365

Please sign in to comment.