use ca-slave-plugin to download jsonfiles to DC
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user