Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2008-03-21 18:42:14 +0300
committerChristophe Romain <christophe.romain@process-one.net>2008-03-21 18:42:14 +0300
commit618af5e07addd5b8d3d514fe3fe2edb5dadfd332 (patch)
treeea0ab5f0c3bf010d04128c00357b2875e3afe500 /tools
parentb2bd9759c815557166d38df1ab7778dc874317a0 (diff)
Seek epam binary into priv/bin (EJAB-573)
SVN Revision: 1243
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index 8b16785d8..9d3f7bd5a 100755
--- a/tools/ejabberdctl
+++ b/tools/ejabberdctl
@@ -13,6 +13,7 @@ export EJABBERD_LOG_PATH=$ROOTDIR/ejabberd.log
export EJABBERD_CONFIG_PATH=$ROOTDIR/ejabberd.cfg
export EJABBERD_MSGS_PATH=$ROOTDIR/src/msgs
export EJABBERD_SO_PATH=$ROOTDIR/src
+export EJABBERD_BIN_PATH=$ROOTDIR/src
export ERL_MAX_PORTS=32000
[ -d $EJABBERD_DB ] || mkdir -p $EJABBERD_DB