From 5c10a57289244d547e61e5c22846a283073f1b3f Mon Sep 17 00:00:00 2001 From: Brian Modra Date: Tue, 6 Jun 2017 15:50:16 +1000 Subject: when calling the new install_upgrade.escript, the first parameter needs to be 'install' or 'unpack' --- priv/templates/extended_bin_windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv') 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 -- cgit v1.2.3