Skip to content

Commit

Permalink
don't escape ERL_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Jan 14, 2016
1 parent b2eb9f1 commit b244bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ejabberdctl.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b244bce

Please sign in to comment.