use ca-slave-plugin to download jsonfiles to DC

This commit is contained in:
2025-08-20 10:03:11 +02:00
parent 9ed8603dfb
commit 5b5a4504fa
2 changed files with 9 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ int main(int argc, char **argv) {
}
}
// qCritical() << "JSON FILES TO UPDATE" << filesToUpdate;
qCritical() << __LINE__ << "JSON FILES TO UPDATE" << filesToUpdate;
Update update(customerRepo,
QString::number(customerNr),
@@ -153,8 +153,10 @@ int main(int argc, char **argv) {
plugInName,
workingDir);
update.doUpdate();
// update.doUpdate(filesToUpdate, mountPath.has_value());
if (!filesToUpdate.empty()) {
update.doUpdate(filesToUpdate, mountPath.has_value());
}
// update.checkJsonVersions();
//update.checkJsonVersions(filesToUpdate);