This commit is contained in:
Unknown 2014-03-19 13:24:46 -04:00
parent 757f360949
commit 601c10309d
4 changed files with 5 additions and 2 deletions

1
web.go
View file

@ -58,6 +58,7 @@ func newMartini() *martini.ClassicMartini {
}
func runWeb(*cli.Context) {
base.NewServices()
checkRunMode()
log.Info("%s %s", base.AppName, base.AppVer)