]> 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:40:45 +0000 (18:40 +0100)
src/ejabberdctl.template

index f12a12482e699b4f3b2b62c4f3d7f62ed2cf1205..04e0e6f2750de0828cac7b3bdbac4a1ad6677a9e 100644 (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"