1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-17 15:58:36 +00:00

Working on install page

This commit is contained in:
Unknown
2014-03-28 07:26:22 -04:00
parent 5344a03003
commit 0fd754bbe0
6 changed files with 56 additions and 37 deletions

View File

@@ -78,7 +78,7 @@ func runServ(k *cli.Context) {
base.NewConfigContext()
models.LoadModelsConfig()
models.NewEngine()
models.SetEngine()
keys := strings.Split(os.Args[2], "-")
if len(keys) != 2 {