diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index e681d52d8..e371a77c0 100644 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -256,6 +256,7 @@ relx_get_nodename() { -mode interactive \ -boot_var SYSTEM_LIB_DIR "$SYSTEM_LIB_DIR" \ -eval '[_,H]=re:split(atom_to_list(node()),"@",[unicode,{return,list}]), io:format("~s~n",[H]), halt()' \ + -dist_listen false \ ${START_EPMD} \ -noshell "${NAME_TYPE}" "$id" else @@ -265,6 +266,7 @@ relx_get_nodename() { -boot_var SYSTEM_LIB_DIR "$SYSTEM_LIB_DIR" \ -eval '[_,H]=re:split(atom_to_list(node()),"@",[unicode,{return,list}]), io:format("~s~n",[H]), halt()' \ -setcookie "${COOKIE}" \ + -dist_listen false \ ${START_EPMD} \ -noshell "${NAME_TYPE}" "$id" fi