Skip to content
Snippets Groups Projects
Commit 75608be2 authored by alexander.lysikov's avatar alexander.lysikov
Browse files

fixed node_cli and update modules

parent 255a4269
No related branches found
No related tags found
1 merge request!8Feature 3124
Subproject commit 82931d83ca4f88bf30e7a2dbae7c896201ea60e8
Subproject commit 5a2f860accd8036d0ca2f9daca0a0be6dab10630
......@@ -28,6 +28,7 @@
#include <string.h>
#include "dap_common.h"
#include "dap_strfuncs.h"
#include "dap_config.h"
#include "dap_app_cli.h"
......@@ -65,6 +66,7 @@ int main(int argc, const char *argv[])
s_config_dir = dap_strdup_printf ("%s/etc", g_sys_dir_path );
s_log_file_path = dap_strdup_printf ("%s/var/log/%s.log", g_sys_dir_path,dap_get_appname());
dap_config_init( s_config_dir );
char *l_log_dir_path = dap_strdup_printf ("%s/var/log", g_sys_dir_path);
dap_mkdir_with_parents( l_log_dir_path );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment