From 67e13484ca26fd2ae7c98c90d2dfa1eee909635a Mon Sep 17 00:00:00 2001 From: jonymt <johanmt@yandex.ru> Date: Thu, 19 Sep 2019 12:45:20 +0200 Subject: [PATCH] [*] changed path to cli --- CellFrameDashboardService/CellFrameDashboardService.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CellFrameDashboardService/CellFrameDashboardService.pro b/CellFrameDashboardService/CellFrameDashboardService.pro index 8a9b10ba3..918b1de4a 100755 --- a/CellFrameDashboardService/CellFrameDashboardService.pro +++ b/CellFrameDashboardService/CellFrameDashboardService.pro @@ -20,7 +20,7 @@ ICON = icon.ico win32 { VERSION = $${VER_MAJ}.$${VER_MIN}.$$VER_PAT - DEFINES += CLI_PATH=\\\"./kelvin-node-cli.exe\\\" + DEFINES += CLI_PATH=\\\"./cellframe-node-cli.exe\\\" DEFINES += LOG_FILE=\\\"./opt/cellframe-node/var/log/cellframe-node_logs.txt\\\" DEFINES += CMD_LOG=\\\"./opt/cellframe-dashboard/data/cellframe-cmd_log.txt\\\" } -- GitLab