|
|
@@ -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, "创建脚本失败, 可能是权限不足")
|