fix(emqx.cmd): windows boot
This commit is contained in:
parent
dfab9492c6
commit
d4dcf94da6
|
@ -16,6 +16,7 @@
|
|||
:: Set variables that describe the release
|
||||
@set rel_name=emqx
|
||||
@set rel_vsn={{ release_version }}
|
||||
@set REL_VSN=%rel_vsn%
|
||||
@set erts_vsn={{ erts_vsn }}
|
||||
@set erl_opts={{ erl_opts }}
|
||||
|
||||
|
@ -30,6 +31,7 @@
|
|||
set rel_root_dir=%%~fA
|
||||
)
|
||||
@set rel_dir=%rel_root_dir%\releases\%rel_vsn%
|
||||
@set RUNNER_ROOT_DIR=%rel_root_dir%
|
||||
|
||||
@set etc_dir=%rel_root_dir%\etc
|
||||
@set lib_dir=%rel_root_dir%\lib
|
||||
|
|
Loading…
Reference in New Issue