minor: rename name of binaries

This commit is contained in:
Gerhard Hoffmann 2025-03-07 12:18:32 +01:00
parent 57e65e2234
commit e36ff70dd9

View File

@ -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
}