minor: rename name of binaries
This commit is contained in:
parent
57e65e2234
commit
e36ff70dd9
@ -113,15 +113,15 @@ void UpdateCommand::finished(int exitCode, QProcess::ExitStatus exitStatus) {
|
||||
"sync customer repository with /etc");
|
||||
m_worker->clientForUpdate().sendCmdEvent(e);
|
||||
} else
|
||||
if (m_command.contains("ATBDownloadDCFirmware")) {
|
||||
if (m_command.contains("ATBUpdateDC")) {
|
||||
ISMAS::EventData e(ISMAS::CONTINUE,
|
||||
internal::PERCENT_UPDATE_DC,
|
||||
0,
|
||||
"ATBDownloadDCFirmware",
|
||||
"ATBUpdateDC",
|
||||
"downloaded new dc-firmware. about to reboot...");
|
||||
m_worker->clientForUpdate().sendCmdEvent(e);
|
||||
} else
|
||||
if (m_command.contains("ATBUpdateShowPSAInstalled")) {
|
||||
if (m_command.contains("ATBUpdateShow")) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user