Fix Anope db_flatfile path: use relative path (data/ prefix auto-prepended)

This commit is contained in:
Andrew M. Stoltz
2026-03-10 11:06:12 -05:00
parent 4069f51848
commit 37d6ff2337

View File

@@ -395,7 +395,7 @@ data:
module
{
name = "db_flatfile"
database = "/anope/data/anope.db"
database = "anope.db"
fork = no
}