Fix Anope db_flatfile path: use relative path (data/ prefix auto-prepended)
This commit is contained in:
@@ -395,7 +395,7 @@ data:
|
||||
module
|
||||
{
|
||||
name = "db_flatfile"
|
||||
database = "/anope/data/anope.db"
|
||||
database = "anope.db"
|
||||
fork = no
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user