diff options
author | Brian Modra <[email protected]> | 2017-06-06 15:50:16 +1000 |
---|---|---|
committer | Brian Modra <[email protected]> | 2017-06-06 15:50:16 +1000 |
commit | 5c10a57289244d547e61e5c22846a283073f1b3f (patch) | |
tree | 204791aa186a519cac4b23101aa911e029035e80 /priv/templates | |
parent | f4aa9a414182b3c8c2da59887310281e4c9b4483 (diff) | |
download | relx-5c10a57289244d547e61e5c22846a283073f1b3f.tar.gz relx-5c10a57289244d547e61e5c22846a283073f1b3f.tar.bz2 relx-5c10a57289244d547e61e5c22846a283073f1b3f.zip |
when calling the new install_upgrade.escript, the first parameter needs to be 'install' or 'unpack'
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/extended_bin_windows | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows index a4cc42c..ae3404c 100644 --- a/priv/templates/extended_bin_windows +++ b/priv/templates/extended_bin_windows @@ -180,7 +180,7 @@ set description=Erlang node %node_name% in %rootdir% set ERRORLEVEL=1 exit /b %ERRORLEVEL% ) -@%escript% "%rootdir%/bin/install_upgrade.escript" "%rel_name%" "%node_name%" "%cookie%" "%2" +@%escript% "%rootdir%/bin/install_upgrade.escript" "install" "%rel_name%" "%node_name%" "%cookie%" "%2" @goto :eof :: Start a console |