diff options
author | Adam <Adam@anope.org> | 2016-09-23 21:12:48 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-09-23 21:12:48 -0400 |
commit | 51135c20bcc70fa98f4451c766cc57776b2f51d7 (patch) | |
tree | 3b7a5e649e27ecb1cc8987957807e6e21caa88b5 /src | |
parent | 31947b5438cff427066a056ccf172b85ef680932 (diff) |
Update LOG dir in anoperc
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/anoperc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 6a7102083..dce1e035e 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -16,7 +16,7 @@ ANOPEPID="@INSTDIR@/data/anope.pid" ANOPROG="@INSTDIR@/bin/anope" -LOG="@INSTDIR@/data/logs/" +LOG="@INSTDIR@/logs/" ARCVERSION="2" isAnopeRunning () { |