24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

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

SVN Revision: 2922
This commit is contained in:
Badlop 2010-01-25 18:24:59 +00:00
parent 2b1ea7d85b
commit 1c9760f6d2

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