diff options
-rw-r--r-- | src/bin/anoperc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in index 3e678c300..b0961ecbb 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.in @@ -16,9 +16,9 @@ ANOPEPID="@INSTDIR@/data/services.pid" -ANOPROG="@INSTDIR@/services" +ANOPROG="@INSTDIR@/bin/services" LOG="@INSTDIR@/data/logs/" -ARCVERSION="1.2" +ARCVERSION="1.3" isAnopeRunning () { if [ ! -f $ANOPEPID ] ; then |