Skip to content

Commit

Permalink
Merge pull request #117 from soundrop/fix/foreground-embedded-mode
Browse files Browse the repository at this point in the history
Run the node embedded mode when in foreground
  • Loading branch information
tsloughter committed Jan 27, 2014
2 parents 182b00e + 7710385 commit b977e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlx_prv_assembler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ case \"$1\" in
# Setup beam-required vars
EMU=beam
PROGNAME=`echo $0 | sed 's/.*\\///'`
CMD=\"$BINDIR/erlexec $FOREGROUNDOPTIONS -boot $REL_DIR/$BOOTFILE -config $CONFIG_PATH -args_file $VMARGS_PATH\"
CMD=\"$BINDIR/erlexec $FOREGROUNDOPTIONS -boot $REL_DIR/$BOOTFILE -mode embedded -config $CONFIG_PATH -args_file $VMARGS_PATH\"
export EMU
export PROGNAME
Expand Down

0 comments on commit b977e76

Please sign in to comment.