Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)

SVN Revision: 2925
This commit is contained in:
Badlop 2010-01-25 18:37:58 +00:00
parent 1b1a0d7ed3
commit d804698541
1 changed files with 1 additions and 1 deletions

View File

@ -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