forked from forgejo/forgejo
Working on install page
This commit is contained in:
parent
5344a03003
commit
0fd754bbe0
6 changed files with 56 additions and 37 deletions
2
serve.go
2
serve.go
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue