aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/extended_bin_windows
diff options
context:
space:
mode:
authorUlf Wiger <[email protected]>2018-11-27 18:55:14 +0100
committerUlf Wiger <[email protected]>2018-11-27 18:55:14 +0100
commit5a5e2c66969f0377328d1d1db9f359c43ec9e903 (patch)
treedc6867816961827620057073333c5bb6b972c203 /priv/templates/extended_bin_windows
parentbb8af6ddec20f44599f7cd0c3e626996a3206dad (diff)
downloadrelx-5a5e2c66969f0377328d1d1db9f359c43ec9e903.tar.gz
relx-5a5e2c66969f0377328d1d1db9f359c43ec9e903.tar.bz2
relx-5a5e2c66969f0377328d1d1db9f359c43ec9e903.zip
run named erl nodes to auto-set cookie
Diffstat (limited to 'priv/templates/extended_bin_windows')
-rw-r--r--priv/templates/extended_bin_windows2
1 files changed, 1 insertions, 1 deletions
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
)