mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Fix bz://705; make sure to invoke chmod as part of the template
This commit is contained in:
parent
7dc76d578e
commit
1da8b9ca93
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
{variables, [{nodeid, "mynode"}]}.
|
||||
{template, "simplenode.reltool.config", "reltool.config"}.
|
||||
{file, "simplenode.erl.script", "files/erl"}.
|
||||
{chmod, 8#744, "files/erl"}.
|
||||
{file, "simplenode.nodetool", "files/nodetool"}.
|
||||
{chmod, 8#744, "files/nodetool"}.
|
||||
{file, "simplenode.runner", "files/{{nodeid}}"}.
|
||||
{chmod, 8#744, "files/{{nodeid}}"}.
|
||||
{file, "simplenode.app.config", "files/app.config"}.
|
||||
{template, "simplenode.vm.args", "files/vm.args"}.
|
||||
|
|
Loading…
Reference in a new issue