diff options
Diffstat (limited to 'mmc_updater/src/UpdateInstaller.cpp')
-rw-r--r-- | mmc_updater/src/UpdateInstaller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmc_updater/src/UpdateInstaller.cpp b/mmc_updater/src/UpdateInstaller.cpp index 3ddc1ec0..ced6ff39 100644 --- a/mmc_updater/src/UpdateInstaller.cpp +++ b/mmc_updater/src/UpdateInstaller.cpp @@ -388,7 +388,7 @@ void UpdateInstaller::restartMainApp() { try { - std::string command = m_installDir + '/' + m_finishCmd; + std::string command = m_finishCmd; std::list<std::string> args; if (!command.empty()) |