Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #406 from bmodra/master
Browse files Browse the repository at this point in the history
release upgrade was not working for Windows due to simple problems in bat file
  • Loading branch information
bitwalker committed Jun 9, 2017
2 parents 417286f + 2b7d8c0 commit f88ea15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/rel/files/boot.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:: Set variables that describe the release
@set rel_name={{{PROJECT_NAME}}}
@set erl_opts={{{ERL_OPTS}}}
@set conform_opts=""
@set conform_opts=

:: Discover the release root directory from the directory of this script
@set script_dir=%~dp0
Expand Down Expand Up @@ -221,7 +221,7 @@
set ERRORLEVEL=1
exit /b %ERRORLEVEL%
)
@%escript% "%rootdir%/bin/install_upgrade.escript" "%rel_name%" "%node_type%" "%node_name%" "%cookie%" "%2"
@%escript% "%rootdir%/bin/install_upgrade.escript" "install" "%rel_name%" "%node_type%" "%node_name%" "%cookie%" "%2"
@goto :eof

:: Start a console
Expand Down

0 comments on commit f88ea15

Please sign in to comment.