renamed target in *.pro
This commit is contained in:
parent
fc306a45f7
commit
7d367f7fa9
@ -244,8 +244,8 @@ Worker::Worker(int customerNr,
|
||||
// the corresponding branch, and check the integrity of the repository.
|
||||
m_workList.push_back(
|
||||
std::make_unique<CheckAndFetchCustomerRepositoryCommand>(
|
||||
QString("echo ATBUpdateGit")
|
||||
// QString("/opt/app/tools/atbupdate/ATBUpdateGit")
|
||||
// QString("echo ATBUpdateGit")
|
||||
QString("/opt/app/tools/atbupdate/ATBUpdateGit")
|
||||
, this, ++next));
|
||||
|
||||
// *** exec opkg-commands (noaction) ***
|
||||
@ -275,8 +275,8 @@ Worker::Worker(int customerNr,
|
||||
// *** send json files down to device controller ***
|
||||
m_workList.push_back(
|
||||
std::make_unique<UpdateJsonCommand>(
|
||||
QString("echo ATBDownloadDCJsonFiles")
|
||||
//QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
|
||||
QString("echo ATBUpdateJsonFiles")
|
||||
//QString("/opt/app/tools/atbupdate/ATBUpdateJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
|
||||
, this, ++next, false));
|
||||
|
||||
// sync json files in repo etc-directory with /etc fs-directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user