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

Merge branch 'feature-2235b' into 'feature-2336a'

fixed ./kelvin-node-cli

See merge request cellframe/kelvin-node!14
parents f5312938 b03448be
No related branches found
No related tags found
2 merge requests!15Feature 2336a,!14fixed ./kelvin-node-cli
......@@ -182,8 +182,12 @@ int main(int argc, const char * argv[])
// command_execution_string = shell_script_filename = (char *) NULL;
dap_common_init(DAP_APP_NAME " Console interface", NULL);
dap_log_level_set(L_CRITICAL );
dap_config_init( SYSTEM_CONFIG_GLOBAL_FILENAME );
dap_log_level_set(L_CRITICAL);
dap_config_init(SYSTEM_CONFIGS_DIR);
if((g_config = dap_config_open(DAP_APP_NAME)) == NULL) {
printf("Can't init general configurations\n");
exit(-1);
}
// connect to node
cparam = node_cli_connect();
if(!cparam)
......
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