From ddb7f55035216193a18c713b3536fba10543b04d Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 30 May 2014 19:19:30 -0400 Subject: [PATCH] Prepare for v0.4.0 release --- .gobuild.yml | 1 - routers/install.go | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gobuild.yml b/.gobuild.yml index b8a97858ae..2570717edb 100644 --- a/.gobuild.yml +++ b/.gobuild.yml @@ -2,7 +2,6 @@ filesets: includes: - templates - public - - conf - LICENSE - README.md - README_ZH.md diff --git a/routers/install.go b/routers/install.go index e49595f72b..f44391a46c 100644 --- a/routers/install.go +++ b/routers/install.go @@ -60,11 +60,11 @@ func GlobalInit() { } models.HasEngine = true - if models.EnableSQLite3 { - log.Info("SQLite3 Enabled") - } cron.NewCronContext() } + if models.EnableSQLite3 { + log.Info("SQLite3 Enabled") + } checkRunMode() }