From 2ee1317ca0b6fa41afe412055b0e0976616256c2 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Wed, 14 Jun 2023 16:55:12 -0300 Subject: [PATCH] ci(dev_script): fix patches vm.args path Fixes the path to the patches directory so it works with `quickrun`. Before fix: ``` iex(emqx@127.0.0.1)3> :init.get_arguments() [ # ... pa: ['"_build/dev-run/emqx/data/patches"'], # ... ] ``` After fix: ``` iex(emqx@127.0.0.1)1> :init.get_arguments() [ # ... pa: ['_build/dev-run/emqx/data/patches'], # ... ] ``` --- dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev b/dev index 6a20c4a2d..553cb8a9c 100755 --- a/dev +++ b/dev @@ -290,7 +290,7 @@ append_args_file() { +IOt 4 +SDio 8 -shutdown_time 30000 --pa '"$EMQX_DATA_DIR/patches"' +-pa '$EMQX_DATA_DIR/patches' -mnesia dump_log_write_threshold 5000 -mnesia dump_log_time_threshold 60000 -os_mon start_disksup false