25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

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 9a55ced505
commit bf8e09038e

View File

@ -90,7 +90,7 @@ if [ "$DIST_INTERFACE" != "" ] ; then
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"