renamed target in *.pro

This commit is contained in:
Gerhard Hoffmann 2025-08-19 10:30:39 +02:00
parent fc306a45f7
commit 7d367f7fa9

View File

@ -244,8 +244,8 @@ Worker::Worker(int customerNr,
// the corresponding branch, and check the integrity of the repository. // the corresponding branch, and check the integrity of the repository.
m_workList.push_back( m_workList.push_back(
std::make_unique<CheckAndFetchCustomerRepositoryCommand>( std::make_unique<CheckAndFetchCustomerRepositoryCommand>(
QString("echo ATBUpdateGit") // QString("echo ATBUpdateGit")
// QString("/opt/app/tools/atbupdate/ATBUpdateGit") QString("/opt/app/tools/atbupdate/ATBUpdateGit")
, this, ++next)); , this, ++next));
// *** exec opkg-commands (noaction) *** // *** exec opkg-commands (noaction) ***
@ -275,8 +275,8 @@ Worker::Worker(int customerNr,
// *** send json files down to device controller *** // *** send json files down to device controller ***
m_workList.push_back( m_workList.push_back(
std::make_unique<UpdateJsonCommand>( std::make_unique<UpdateJsonCommand>(
QString("echo ATBDownloadDCJsonFiles") QString("echo ATBUpdateJsonFiles")
//QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid()) //QString("/opt/app/tools/atbupdate/ATBUpdateJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
, this, ++next, false)); , this, ++next, false));
// sync json files in repo etc-directory with /etc fs-directory // sync json files in repo etc-directory with /etc fs-directory