diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-19 15:39:41 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-19 15:51:55 +0000 |
commit | bfed2e1bf5cfb250e17e91566546b38b4b9a34d8 (patch) | |
tree | ecf5ba2049ae1752cff533e060d2dce50983c04e /data/stats.standalone.example.conf | |
parent | e488f294a116224d8c7f89c6c4ebad2356ba7814 (diff) |
Use paths relative to data/conf in the config file.
This was done in some places already but not consistently.
Closes #349.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r-- | data/stats.standalone.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index cf443a36f..4a1c6f644 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -235,15 +235,15 @@ serverinfo /* * The filename containing the Anope process ID. The path is relative to the - * services root directory. + * data directory. */ - pid = "data/anope.pid" + pid = "anope.pid" /* * The filename containing the Message of the Day. The path is relative to the - * services root directory. + * config directory. */ - motd = "conf/motd.txt" + motd = "motd.txt" } /* |