From 46593cfc40b36bd395d019e20784e83363ff3b4e Mon Sep 17 00:00:00 2001
From: jonymt <johanmt@yandex.ru>
Date: Wed, 4 Sep 2019 14:17:54 +0200
Subject: [PATCH] [*] changed path to log file for linux

---
 KelvinDashboardService/KelvinDashboardService.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KelvinDashboardService/KelvinDashboardService.pro b/KelvinDashboardService/KelvinDashboardService.pro
index 22ae350c2..5493c4121 100755
--- a/KelvinDashboardService/KelvinDashboardService.pro
+++ b/KelvinDashboardService/KelvinDashboardService.pro
@@ -27,7 +27,7 @@ win32 {
 else {
     VERSION = $$VER_MAJ\.$$VER_MIN\-$$VER_PAT
     DEFINES += CLI_PATH=\\\"/opt/kelvin-node/bin/kelvin-node-cli\\\"
-    DEFINES += LOG_FILE=\\\"/opt/kelvin-node/kelvin-node_logs.txt\\\"
+    DEFINES += LOG_FILE=\\\"/opt/kelvin-node/bin/kelvin-node_logs.txt\\\"
 }
 
 # The following define makes your compiler emit warnings if you use
-- 
GitLab