diff options
author | Badlop <badlop@process-one.net> | 2010-01-25 18:37:58 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-01-25 18:37:58 +0000 |
commit | d80469854164173918603a27a58c005bdf5e3054 (patch) | |
tree | deaf27143d9ac6800fdff5a2f81b704f3839fc74 /src/ejabberdctl.template | |
parent | Support in ejabberdctl help command names with old - characters. (diff) |
Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)
SVN Revision: 2925
Diffstat (limited to 'src/ejabberdctl.template')
-rw-r--r-- | src/ejabberdctl.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberdctl.template b/src/ejabberdctl.template index 0b7c7d1b..438481bb 100644 --- a/src/ejabberdctl.template +++ b/src/ejabberdctl.template @@ -94,7 +94,7 @@ fi if [ "$EJABBERD_PRIV_PATH" = "" ]; then EJABBERD_PRIV_PATH=$EJABBERDDIR/priv fi -if [ "$EJABBRD_BIN_PATH" = "" ]; then +if [ "$EJABBERD_BIN_PATH" = "" ]; then EJABBERD_BIN_PATH=$EJABBERD_PRIV_PATH/bin fi if [ "$EJABBERD_SO_PATH" = "" ]; then |