ejabberdctl needs space between INET_DIST_INTERFACE (thanks to Dale Chase)(EJAB-1416)

This commit is contained in:
Badlop 2011-02-28 18:40:45 +01:00
parent db0962804d
commit 339fa6e41b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ else
fi
if [ "$INET_DIST_INTERFACE" != "" ] ; then
KERNEL_OPTS+="-kernel inet_dist_use_interface \"${INET_DIST_INTERFACE}\""
KERNEL_OPTS+=" -kernel inet_dist_use_interface \"${INET_DIST_INTERFACE}\""
fi
ERLANG_OPTS="+K $POLL -smp $SMP +P $ERL_PROCESSES $ERL_OPTIONS"