diff options
author | Badlop <badlop@process-one.net> | 2011-02-28 18:40:45 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-02-28 18:40:45 +0100 |
commit | 339fa6e41bc4e0756c1f27b83bd7685c429c595a (patch) | |
tree | cf30c214e71fc9347e99730384c460ff4bac2202 /src | |
parent | Tweak pg2_backport.erl to work with Erlang older than R13A (EJAB-1349) (diff) |
ejabberdctl needs space between INET_DIST_INTERFACE (thanks to Dale Chase)(EJAB-1416)
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberdctl.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberdctl.template b/src/ejabberdctl.template index f12a1248..04e0e6f2 100644 --- a/src/ejabberdctl.template +++ b/src/ejabberdctl.template @@ -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" |