From d80469854164173918603a27a58c005bdf5e3054 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 25 Jan 2010 18:37:58 +0000 Subject: [PATCH] Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891) SVN Revision: 2925 --- src/ejabberdctl.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ejabberdctl.template b/src/ejabberdctl.template index 0b7c7d1bc..438481bb8 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