summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.reltool.config
diff options
context:
space:
mode:
authorMatt Campbell <matthew.campbell@asolutions.com>2012-01-09 16:37:44 -0600
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-04-17 19:56:41 +0200
commit6f85854414a51a7ea8ce85f2fb68b77d7d381098 (patch)
treeda95fd3389a149405c1e1769776b6ec10199de1b /priv/templates/simplenode.reltool.config
parent9c1a877bbe514afe20ac3264b87f0764ffb8b243 (diff)
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
Diffstat (limited to 'priv/templates/simplenode.reltool.config')
-rw-r--r--priv/templates/simplenode.reltool.config3
1 files changed, 2 insertions, 1 deletions
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"}
]}.