fix(windows): set EMQX_LOG_DIR env variable
This commit is contained in:
parent
3281b5fc33
commit
1081a8f041
|
@ -46,6 +46,7 @@
|
|||
@set "RUNNER_ROOT_DIR=%rel_root_dir%"
|
||||
:: hard code etc dir
|
||||
@set "EMQX_ETC_DIR=%rel_root_dir%\etc"
|
||||
@set "EMQX_LOG_DIR=%rel_root_dir%\log"
|
||||
@set "etc_dir=%rel_root_dir%\etc"
|
||||
@set "lib_dir=%rel_root_dir%\lib"
|
||||
@set "emqx_conf=%etc_dir%\emqx.conf"
|
||||
|
|
Loading…
Reference in New Issue