From 8aeb7ecfea4a85b36a5f1f8d1995779a97a23c87 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 19 Oct 2023 13:43:53 +0200 Subject: [PATCH] Don't check opkg_commands-file in the system-filesystem to remove confusing error-messages. --- worker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker.cpp b/worker.cpp index 40d963b..6f97553 100644 --- a/worker.cpp +++ b/worker.cpp @@ -1259,8 +1259,8 @@ PSAInstalled Worker::getPSAInstalled() { psaInstalled.hw.cpuSerial = m_cpuSerial; psaInstalled.opkg.blob = m_gc.gitBlob(absPathNameRepositoryOpkg); - psaInstalled.opkg.size = getFileSize(absPathNameRepositoryOpkg); - psaInstalled.opkg.loadTime = Utils::getTariffLoadTime(absPathNameRepositoryOpkg); + // psaInstalled.opkg.size = getFileSize(absPathNameRepositoryOpkg); + // psaInstalled.opkg.loadTime = Utils::getTariffLoadTime(absPathNameRepositoryOpkg); psaInstalled.opkg.lastCommit = m_gc.gitLastCommit(absPathNameRepositoryOpkg); psaInstalled.dc.versionHW = deviceControllerVersionHW;