From 6f15163e93f3034e7831374720513110d8fc5525 Mon Sep 17 00:00:00 2001 From: Shawn Debnath Date: Wed, 30 Dec 2015 19:42:52 -0800 Subject: Allow console to set code loading mode based on defaults. --- priv/templates/extended_bin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index b6eb297..7945567 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -366,7 +366,7 @@ case "$1" in # Build an array of arguments to pass to exec later on # Build it here because this command will be used for logging. - set -- "$BINDIR/erlexec" -boot "$BOOTFILE" \ + set -- "$BINDIR/erlexec" -boot "$BOOTFILE" -mode "$CODE_LOADING_MODE" \ -boot_var ERTS_LIB_DIR "$ERTS_LIB_DIR" \ -config "$RELX_CONFIG_PATH" \ -args_file "$VMARGS_PATH" -- cgit v1.2.3