]> granicus.if.org Git - ejabberd/commitdiff
don't escape ERL_OPTIONS
authorHAMANO Tsukasa <hamano@cuspy.org>
Thu, 14 Jan 2016 14:10:01 +0000 (23:10 +0900)
committerHAMANO Tsukasa <hamano@cuspy.org>
Thu, 14 Jan 2016 15:30:40 +0000 (00:30 +0900)
ejabberdctl.template

index f90f71e5345313c8b7d5c5accd7730bf9d643114..33f8b0959fd88b6133dfcc1be6fd621cf998cad6 100755 (executable)
@@ -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