diff options
author | Luis Rascão <[email protected]> | 2017-06-07 11:51:39 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-07 11:51:39 +0200 |
commit | c816faa9e6758235643b15699b65e0b7dc1bc40e (patch) | |
tree | 204791aa186a519cac4b23101aa911e029035e80 /priv | |
parent | f4aa9a414182b3c8c2da59887310281e4c9b4483 (diff) | |
parent | 5c10a57289244d547e61e5c22846a283073f1b3f (diff) | |
download | relx-c816faa9e6758235643b15699b65e0b7dc1bc40e.tar.gz relx-c816faa9e6758235643b15699b65e0b7dc1bc40e.tar.bz2 relx-c816faa9e6758235643b15699b65e0b7dc1bc40e.zip |
Merge pull request #593 from bmodra/master
Windows bat file has an error, causing upgrade to not work
Diffstat (limited to 'priv')
-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 |