From cd7e20c4819bc2846216e8e98ccf3da7103f9bf7 Mon Sep 17 00:00:00 2001 From: ouqiang Date: Mon, 3 Apr 2017 09:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AE=89=E8=A3=85=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8E=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=BA=E5=B7=B2=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/install/install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/install/install.go b/routers/install/install.go index 2758b37..7cfa8cc 100644 --- a/routers/install/install.go +++ b/routers/install/install.go @@ -71,6 +71,7 @@ func Install(ctx *macaron.Context, form InstallForm) string { return json.Failure(utils.ResponseFailure, "创建文件安装锁失败") } + app.Installed = true // 初始化定时任务等 app.InitResource()