]> granicus.if.org Git - ejabberd/commitdiff
ejabberdctl needs space between INET_DIST_INTERFACE (thanks to Dale Chase)(EJAB-1416)
authorBadlop <badlop@process-one.net>
Mon, 28 Feb 2011 17:40:45 +0000 (18:40 +0100)
committerBadlop <badlop@process-one.net>
Mon, 28 Feb 2011 17:42:04 +0000 (18:42 +0100)
src/ejabberdctl.template

index 007921b83a839e95c68b67f7cdb647cef03f78ac..cd33b344174e41a844a3fb8c30b207d5b27e2871 100644 (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"