mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
first pass work on migration #925
This commit is contained in:
@ -43,7 +43,7 @@ func setup(logPath string) {
|
||||
|
||||
models.LoadModelsConfig()
|
||||
|
||||
if models.UseSQLite3 {
|
||||
if setting.UseSQLite3 {
|
||||
workDir, _ := setting.WorkDir()
|
||||
os.Chdir(workDir)
|
||||
}
|
||||
|
Reference in New Issue
Block a user