mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 08:32:16 +00:00
[BRANDING] Gitea to Forgejo (healthcheck/check.go)
This commit is contained in:
parent
2dd27e92ac
commit
d703a236ce
|
@ -105,7 +105,7 @@ func checkDatabase(ctx context.Context, checks checks) status {
|
|||
if !setting.EnableSQLite3 {
|
||||
st.Status = fail
|
||||
st.Time = getCheckTime()
|
||||
log.Error("SQLite3 health check failed with error: %v", "this Gitea binary is built without SQLite3 enabled")
|
||||
log.Error("SQLite3 health check failed with error: %v", "this Forgejo binary is built without SQLite3 enabled")
|
||||
} else {
|
||||
if _, err := os.Stat(setting.Database.Path); err != nil {
|
||||
st.Status = fail
|
||||
|
|
Loading…
Reference in a new issue