Don't check opkg_commands-file in the system-filesystem to remove

confusing error-messages.
This commit is contained in:
Gerhard Hoffmann 2023-10-19 13:43:53 +02:00
parent 4bb8e241b6
commit 8aeb7ecfea

View File

@ -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;