From 5a5e2c66969f0377328d1d1db9f359c43ec9e903 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Tue, 27 Nov 2018 18:55:14 +0100 Subject: run named erl nodes to auto-set cookie --- priv/templates/extended_bin_windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/extended_bin_windows') diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows index 00ecf9b..045a80c 100644 --- a/priv/templates/extended_bin_windows +++ b/priv/templates/extended_bin_windows @@ -137,7 +137,7 @@ @for /f "delims=" %%i in ('where erl') do @( set erl=%%i ) -@set dir_cmd="%erl%" -boot no_dot_erlang -noshell -eval "io:format(\"~s\", [filename:nativename(code:root_dir())])." -s init stop +@set dir_cmd="%erl%" -sname dummy -boot no_dot_erlang -noshell -eval "io:format(\"~s\", [filename:nativename(code:root_dir())])." -s init stop @for /f "delims=" %%i in ('%%dir_cmd%%') do @( set erl_root=%%i ) -- cgit v1.2.3