From 6f85854414a51a7ea8ce85f2fb68b77d7d381098 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Mon, 9 Jan 2012 16:37:44 -0600 Subject: Improvements to windows node runner script * Typos and other minor bug fixes * Add "attach" command (via -remsh) * Add "upgrade" command to install a hot upgrade package * Add "upgrade" subcommand to UNIX runner script as well --- priv/templates/simplenode.reltool.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'priv/templates/simplenode.reltool.config') diff --git a/priv/templates/simplenode.reltool.config b/priv/templates/simplenode.reltool.config index c03d4f1..932b148 100644 --- a/priv/templates/simplenode.reltool.config +++ b/priv/templates/simplenode.reltool.config @@ -34,8 +34,9 @@ {copy, "files/erl", "\{\{erts_vsn\}\}/bin/erl"}, {copy, "files/nodetool", "\{\{erts_vsn\}\}/bin/nodetool"}, {copy, "files/{{nodeid}}", "bin/{{nodeid}}"}, - {copy, "files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"}, {copy, "files/{{nodeid}}.cmd", "bin/{{nodeid}}.cmd"}, {copy, "files/start_erl.cmd", "bin/start_erl.cmd"}, + {copy, "files/install_upgrade.escript", "bin/install_upgrade.escript"}, + {copy, "files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"}, {copy, "files/vm.args", "releases/\{\{rel_vsn\}\}/vm.args"} ]}. -- cgit v1.1