diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2008-03-21 15:42:14 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2008-03-21 15:42:14 +0000 |
commit | 618af5e07addd5b8d3d514fe3fe2edb5dadfd332 (patch) | |
tree | ea0ab5f0c3bf010d04128c00357b2875e3afe500 /tools | |
parent | Rewrite io:format calls to loglevel macros (EJAB-555) (diff) |
Seek epam binary into priv/bin (EJAB-573)
SVN Revision: 1243
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ejabberdctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl index 8b16785d..9d3f7bd5 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 |