Browse Source

自动升级保留cfg.json

zou.yingbin 4 years ago
parent
commit
5e2e7eb321
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/other/update.go

+ 1 - 1
controllers/other/update.go

@@ -36,7 +36,7 @@ func MakeUpdateScript(c *gin.Context) {
 	}()
 
 	if createsh() {
-		c.String(http.StatusOK, "正在执行update.sh, 升级会保留原有的config.xml,且重启服务。稍后请在日志页面查看版本信息, 请勿刷新本页面。")
+		c.String(http.StatusOK, "正在执行update.sh, 升级会保留原有的config.xml和cfg.json,且重启服务。稍后请在日志页面查看版本信息, 请勿刷新本页面。")
 		_ = exec.Command("sh", "./update.sh").Run()
 	} else {
 		c.String(http.StatusBadRequest, "创建脚本失败, 可能是权限不足")