mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
don't escape ERL_OPTIONS
This commit is contained in:
parent
b2eb9f197a
commit
b244bce49c
@ -103,7 +103,6 @@ ERL_INETRC=$ETC_DIR/inetrc
|
||||
# define mnesia options
|
||||
MNESIA_OPTS="-mnesia dir \"\\\"$SPOOL_DIR\\\"\" $MNESIA_OPTIONS"
|
||||
# define erl parameters
|
||||
ERL_OPTIONS=$(echo $ERL_OPTIONS | sed 's/ /\\ /g')
|
||||
ERLANG_OPTS="+K $POLL -smp $SMP +P $ERL_PROCESSES $ERL_OPTIONS"
|
||||
KERNEL_OPTS=""
|
||||
if [ "$FIREWALL_WINDOW" != "" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user